Home
last modified time | relevance | path

Searched refs:t_search (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtw.decls.h46 extern int t_search (struct Strbuf *, COMMAND, int,
H A Dtw.spell.c76 retval = t_search(&guess, SPELL, in spell_me()
H A Dtw.parse.c300 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf); in tenematch()
323 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf); in tenematch()
472 search_ret = t_search(&wordbuf, LIST, looking, 1, pat, suf); in tenematch()
1510 t_search(struct Strbuf *word, COMMAND command, int looking, int list_max, in t_search() function
H A Dtc.func.c207 (void) t_search(&word, LIST, TW_ZERO, 0, STRNULL, 0); in dolist()
369 (void) t_search(&buf, LIST, TW_ZERO, 0, STRNULL, 0); in dolist()
H A DFixes1100 calling t_search; $x/$y will not append the right suffix.