Searched refs:t_search (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | tw.decls.h | 46 extern int t_search (struct Strbuf *, COMMAND, int,
|
H A D | tw.spell.c | 76 retval = t_search(&guess, SPELL, in spell_me()
|
H A D | tw.parse.c | 300 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 D | tc.func.c | 207 (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 D | Fixes | 1100 calling t_search; $x/$y will not append the right suffix.
|