Searched refs:CompleteFile (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | cplfile.h | 35 typedef struct CompleteFile CompleteFile; typedef 40 CompleteFile *_new_CompleteFile(void); 44 CompleteFile *_del_CompleteFile(CompleteFile *cf); 81 int _cf_complete_file(WordCompletion *cpl, CompleteFile *cf, 94 const char *_cf_last_error(CompleteFile *cf);
|
H A D | cplfile.c | 78 struct CompleteFile { struct 90 static int cf_expand_home_dir(CompleteFile *cf, const char *user); argument 91 static int cf_complete_username(CompleteFile *cf, WordCompletion *cpl, 95 static int cf_complete_entry(CompleteFile *cf, WordCompletion *cpl, 99 static char *cf_read_name(CompleteFile *cf, const char *type, 102 static int cf_prepare_suffix(CompleteFile *cf, const char *suffix, 110 CompleteFile *cf; /* The file-completion resource object */ 125 CompleteFile *_new_CompleteFile(void) in _new_CompleteFile() 127 CompleteFile *cf; /* The object to be returned */ in _new_CompleteFile() 131 cf = (CompleteFile *) malloc(sizeof(CompleteFile)); in _new_CompleteFile() [all …]
|
H A D | cplmatch.c | 79 CompleteFile *cf; /* The resources used for filename completion */
|