Home
last modified time | relevance | path

Searched defs:looking (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtw.parse.c165 int looking; /* what we are looking for */ in tenematch() local
926 tw_collect_items(COMMAND command, int looking, struct Strbuf *exp_dir, in tw_collect_items()
1236 tw_suffix(int looking, struct Strbuf *word, const Char *exp_dir, Char *exp_name) in tw_suffix()
1300 tw_fixword(int looking, struct Strbuf *word, Char *dir, Char *exp_name) in tw_fixword()
1345 tw_collect(COMMAND command, int looking, struct Strbuf *exp_dir, in tw_collect()
1403 tw_list_items(int looking, int numitems, int list_max) in tw_list_items()
1510 t_search(struct Strbuf *word, COMMAND command, int looking, int list_max, in t_search()
H A Dtw.comp.c268 int looking; in tw_result() local
453 tw_complete(const Char *line, Char **word, Char **pat, int looking, eChar *suf) in tw_complete()
H A Dtw.spell.c37 spell_me(struct Strbuf *oldname, int looking, Char *pat, eChar suf) in spell_me()