Home
last modified time | relevance | path

Searched refs:tw_complete (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtw.decls.h118 extern int tw_complete (const Char *, Char **,
H A DWishList288 adding the following two lines around the call to tw_complete (line
292 looking = tw_complete(cmd_start, &wordp, &pat, looking, &suf);
H A Dtw.comp.c453 tw_complete(const Char *line, Char **word, Char **pat, int looking, eChar *suf) in tw_complete() function
H A Dtw.parse.c261 looking = tw_complete(qline.s + cmd_start, &p, &pat, looking, &suf); in tenematch()