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

/freebsd-9.3-release/contrib/tcsh/
H A Dtw.comp.c46 static Char *tw_tok (Char *);
218 /* tw_tok():
222 tw_tok(Char *str) function
242 } /* end tw_tok */
471 if ((wl[0] = tw_tok(buf)) == NULL || wl[0] == INVPTR) {
487 for (wordno = 1; (wl[wordno] = tw_tok(NULL)) != NULL &&

Completed in 89 milliseconds