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

/macosx-10.10.1/tcsh-65/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 */
301 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf);
324 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf);
459 search_ret = t_search(&wordbuf, LIST, looking, 1, pat, suf);
1452 /* t_search():
1462 t_search(struct Strbuf *word, COMMAND command, int looking, int list_max, function
1777 } /* end t_search */

Completed in 97 milliseconds