Searched defs:CplFileConf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c94 * cpl_file_completions() knows when it is passed a valid CplFileConf
104 struct CplFileConf { struct
126 static void cpl_init_FileConf(CplFileConf *cfc);
133 struct CplFileConf {int dummy;}; struct
713 * CplFileConf structure, whose members specify
730 CplFileConf *conf; /* The new-style configuration object. */
735 CplFileConf default_conf;
747 * The 'data' argument is either a CplFileConf pointer, identifiable
753 conf = (CplFileConf *) data;
800 * deprecated. The opaque CplFileConf objec
[all...]
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h358 * or be passed a pointer to a CplFileConf structure (see below). In the
368 typedef struct CplFileConf CplFileConf; typedef in typeref:struct:CplFileConf
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);
407 * The following function deletes a CplFileConf objects previously
410 CplFileConf *del_CplFileConf(CplFileConf *cf
[all...]

Completed in 61 milliseconds