Home
last modified time | relevance | path

Searched refs:CplFileConf (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c102 struct CplFileConf { struct
124 static void cpl_init_FileConf(CplFileConf *cfc); argument
131 struct CplFileConf {int dummy;}; struct
733 CplFileConf default_conf; in CPL_MATCH_FN()
751 conf = (CplFileConf *) data; in CPL_MATCH_FN()
822 static void cpl_init_FileConf(CplFileConf *cfc) in cpl_init_FileConf()
840 CplFileConf *new_CplFileConf(void) in new_CplFileConf()
846 CplFileConf *cfc; /* The object to be returned */ in new_CplFileConf()
850 cfc = (CplFileConf *)malloc(sizeof(CplFileConf)); in new_CplFileConf()
871 CplFileConf *del_CplFileConf(CplFileConf *cfc) in del_CplFileConf()
[all …]
H A Dpcache.c160 CplFileConf *cfc; /* Configuration parameters to pass to */
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h366 typedef struct CplFileConf CplFileConf; typedef
376 CplFileConf *new_CplFileConf(void);
384 void cfc_literal_escapes(CplFileConf *cfc, int literal);
393 void cfc_file_start(CplFileConf *cfc, int start_index);
402 void cfc_set_check_fn(CplFileConf *cfc, CplCheckFn *chk_fn, void *chk_data);
408 CplFileConf *del_CplFileConf(CplFileConf *cfc);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c173 CplFileConf *cfc; in CPL_MATCH_FN()