Searched refs:cfc (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | cplmatch.c | 126 static void cpl_init_FileConf(CplFileConf *cfc); 824 static void cpl_init_FileConf(CplFileConf *cfc) in cpl_init_FileConf() argument 826 if(cfc) { in cpl_init_FileConf() 827 cfc->id = CFC_ID_CODE; in cpl_init_FileConf() 828 cfc->escaped = 1; in cpl_init_FileConf() 829 cfc->file_start = -1; in cpl_init_FileConf() 830 cfc->chk_fn = 0; in cpl_init_FileConf() 831 cfc->chk_data = NULL; in cpl_init_FileConf() 848 CplFileConf *cfc; /* The object to be returned */ in new_CplFileConf() 852 cfc = (CplFileConf *)malloc(sizeof(CplFileConf)); in new_CplFileConf() [all …]
|
H A D | pcache.c | 162 CplFileConf *cfc; /* Configuration parameters to pass to */ member 292 pc->cfc = NULL; in new_PathCache() 341 pc->cfc = new_CplFileConf(); in new_PathCache() 342 if(!pc->cfc) in new_PathCache() 348 cfc_set_check_fn(pc->cfc, pc->check_fn, pc->data); in new_PathCache() 401 pc->cfc = del_CplFileConf(pc->cfc); in del_PathCache() 451 cfc_set_check_fn(pc->cfc, check_fn, data); in pca_set_check_fn() 1282 cfc_file_start(pc->cfc, word_start); in CPL_MATCH_FN() 1283 return cpl_file_completions(cpl, pc->cfc, line, word_end); in CPL_MATCH_FN()
|
/titanic_50/usr/src/lib/libtecla/ |
H A D | libtecla.h | 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_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_engine.c | 173 CplFileConf *cfc; in CPL_MATCH_FN() local 179 cfc = new_CplFileConf(); in CPL_MATCH_FN() 180 if (cfc == NULL) { in CPL_MATCH_FN() 185 cfc_set_check_fn(cfc, check_xml, NULL); in CPL_MATCH_FN() 187 ret = cpl_file_completions(cpl, cfc, line, word_end); in CPL_MATCH_FN() 189 (void) del_CplFileConf(cfc); in CPL_MATCH_FN()
|
/titanic_50/usr/src/data/hwdata/ |
H A D | usb.ids | 13582 0cfc Minolta-QMS, Inc. 18350 1cfc ANDES TECHNOLOGY CORPORATION
|