Searched refs:cfc (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | cplmatch.c | 124 static void cpl_init_FileConf(CplFileConf *cfc); 822 static void cpl_init_FileConf(CplFileConf *cfc) in cpl_init_FileConf() argument 824 if(cfc) { in cpl_init_FileConf() 825 cfc->id = CFC_ID_CODE; in cpl_init_FileConf() 826 cfc->escaped = 1; in cpl_init_FileConf() 827 cfc->file_start = -1; in cpl_init_FileConf() 828 cfc->chk_fn = 0; in cpl_init_FileConf() 829 cfc->chk_data = NULL; in cpl_init_FileConf() 846 CplFileConf *cfc; /* The object to be returned */ in new_CplFileConf() 850 cfc = (CplFileConf *)malloc(sizeof(CplFileConf)); in new_CplFileConf() [all …]
|
H A D | pcache.c | 160 CplFileConf *cfc; /* Configuration parameters to pass to */ member 290 pc->cfc = NULL; in new_PathCache() 339 pc->cfc = new_CplFileConf(); in new_PathCache() 340 if(!pc->cfc) in new_PathCache() 346 cfc_set_check_fn(pc->cfc, pc->check_fn, pc->data); in new_PathCache() 399 pc->cfc = del_CplFileConf(pc->cfc); in del_PathCache() 449 cfc_set_check_fn(pc->cfc, check_fn, data); in pca_set_check_fn() 1280 cfc_file_start(pc->cfc, word_start); in CPL_MATCH_FN() 1281 return cpl_file_completions(cpl, pc->cfc, line, word_end); in CPL_MATCH_FN()
|
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | check-common.c | 108 ctf_function_cb_t *cfc = arg; in ctftest_lookup_function_cb() local 109 if (strcmp(name, cfc->cfc_name) != 0) in ctftest_lookup_function_cb() 112 *cfc->cfc_symp = symidx; in ctftest_lookup_function_cb() 113 *cfc->cfc_fip = *fip; in ctftest_lookup_function_cb() 126 ctf_function_cb_t cfc; in ctftest_lookup_function() local 129 cfc.cfc_name = name; in ctftest_lookup_function() 130 cfc.cfc_symp = symp; in ctftest_lookup_function() 131 cfc.cfc_fip = fip; in ctftest_lookup_function() 132 (void) ctf_function_iter(fp, ctftest_lookup_function_cb, &cfc); in ctftest_lookup_function()
|
/illumos-gate/usr/src/lib/libtecla/ |
H A D | libtecla.h | 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 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()
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | usb.ids | 14750 0cfc Minolta-QMS, Inc. 20516 1cfc ANDES TECHNOLOGY CORPORATION
|