Searched refs:tw_complete (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | tw.decls.h | 118 extern int tw_complete (const Char *, Char **,
|
H A D | WishList | 288 adding the following two lines around the call to tw_complete (line 292 looking = tw_complete(cmd_start, &wordp, &pat, looking, &suf);
|
H A D | tw.comp.c | 453 tw_complete(const Char *line, Char **word, Char **pat, int looking, eChar *suf) in tw_complete() function
|
H A D | tw.parse.c | 261 looking = tw_complete(qline.s + cmd_start, &p, &pat, looking, &suf); in tenematch()
|