Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dcplmatch.c104 struct CplFileConf { struct
126 static void cpl_init_FileConf(CplFileConf *cfc); argument
133 struct CplFileConf {int dummy;}; struct
730 CplFileConf *conf; /* The new-style configuration object. */ in CPL_MATCH_FN()
735 CplFileConf default_conf; in CPL_MATCH_FN()
753 conf = (CplFileConf *) data; in CPL_MATCH_FN()
824 static void cpl_init_FileConf(CplFileConf *cfc) in cpl_init_FileConf()
842 CplFileConf *new_CplFileConf(void) in new_CplFileConf()
848 CplFileConf *cfc; /* The object to be returned */ in new_CplFileConf()
852 cfc = (CplFileConf *)malloc(sizeof(CplFileConf)); in new_CplFileConf()
[all …]
H A Dpcache.c162 CplFileConf *cfc; /* Configuration parameters to pass to */
/titanic_41/usr/src/lib/libtecla/
H A Dlibtecla.h368 typedef struct CplFileConf CplFileConf; typedef
378 CplFileConf *new_CplFileConf(void);
386 void cfc_literal_escapes(CplFileConf *cfc, int literal);
395 void cfc_file_start(CplFileConf *cfc, int start_index);
404 void cfc_set_check_fn(CplFileConf *cfc, CplCheckFn *chk_fn, void *chk_data);
410 CplFileConf *del_CplFileConf(CplFileConf *cfc);
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c173 CplFileConf *cfc; in CPL_MATCH_FN()