Lines Matching refs:cfc
162 CplFileConf *cfc; /* Configuration parameters to pass to */
292 pc->cfc = NULL;
341 pc->cfc = new_CplFileConf();
342 if(!pc->cfc)
348 cfc_set_check_fn(pc->cfc, pc->check_fn, pc->data);
401 pc->cfc = del_CplFileConf(pc->cfc);
451 cfc_set_check_fn(pc->cfc, check_fn, data);
1282 cfc_file_start(pc->cfc, word_start);
1283 return cpl_file_completions(cpl, pc->cfc, line, word_end);