Searched refs:t_search (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/tcsh/
H A Dtw.decls.h47 extern int t_search (struct Strbuf *, COMMAND, int,
H A Dtw.spell.c76 * Don't tell t_search we're looking for cmd if no '/' in the name so
80 retval = t_search(&guess, SPELL,
H A Dtw.parse.c95 static int SearchNoDirErr = 0; /* t_search returns -2 if dir is unreadable */
304 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf);
327 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf);
476 search_ret = t_search(&wordbuf, LIST, looking, 1, pat, suf);
1500 /* t_search():
1510 t_search(struct Strbuf *word, COMMAND command, int looking, int list_max, function
1827 } /* end t_search */

Completed in 123 milliseconds