Home
last modified time | relevance | path

Searched refs:PcaPathConf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h1780 typedef struct PcaPathConf PcaPathConf; typedef
1800 PcaPathConf *new_PcaPathConf(PathCache *pc);
1811 PcaPathConf *del_PcaPathConf(PcaPathConf *ppc);
1819 void ppc_literal_escapes(PcaPathConf *ppc, int literal);
1828 void ppc_file_start(PcaPathConf *ppc, int start_index);
/illumos-gate/usr/src/lib/libtecla/common/
H A Dpcache.c67 struct PcaPathConf { struct
211 static int pca_init_PcaPathConf(PcaPathConf *ppc, PathCache *pc);
1133 PcaPathConf *new_PcaPathConf(PathCache *pc) in new_PcaPathConf()
1135 PcaPathConf *ppc; /* The object to be returned */ in new_PcaPathConf()
1144 ppc = (PcaPathConf *)malloc(sizeof(PcaPathConf)); in new_PcaPathConf()
1170 static int pca_init_PcaPathConf(PcaPathConf *ppc, PathCache *pc) in pca_init_PcaPathConf()
1195 PcaPathConf *del_PcaPathConf(PcaPathConf *ppc) in del_PcaPathConf()
1215 PcaPathConf *ppc; /* The configuration arguments */ in CPL_MATCH_FN()
1238 ppc = (PcaPathConf *) data; in CPL_MATCH_FN()
1590 void ppc_literal_escapes(PcaPathConf *ppc, int literal) in ppc_literal_escapes()
[all …]