Home
last modified time | relevance | path

Searched refs:CompleteFile (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libtecla/common/
H A Dcplfile.h37 typedef struct CompleteFile CompleteFile; typedef
42 CompleteFile *_new_CompleteFile(void);
46 CompleteFile *_del_CompleteFile(CompleteFile *cf);
83 int _cf_complete_file(WordCompletion *cpl, CompleteFile *cf,
96 const char *_cf_last_error(CompleteFile *cf);
H A Dcplfile.c80 struct CompleteFile { struct
92 static int cf_expand_home_dir(CompleteFile *cf, const char *user); argument
93 static int cf_complete_username(CompleteFile *cf, WordCompletion *cpl,
97 static int cf_complete_entry(CompleteFile *cf, WordCompletion *cpl,
101 static char *cf_read_name(CompleteFile *cf, const char *type,
104 static int cf_prepare_suffix(CompleteFile *cf, const char *suffix,
112 CompleteFile *cf; /* The file-completion resource object */
127 CompleteFile *_new_CompleteFile(void) in _new_CompleteFile()
129 CompleteFile *cf; /* The object to be returned */ in _new_CompleteFile()
133 cf = (CompleteFile *) malloc(sizeof(CompleteFile)); in _new_CompleteFile()
[all …]
H A Dcplmatch.c81 CompleteFile *cf; /* The resources used for filename completion */