Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.comp.c42 static Char *tw_tok (Char *);
218 tw_tok(Char *str) in tw_tok() function
468 if ((wl[0] = tw_tok(buf)) == NULL || wl[0] == INVPTR) { in tw_complete()
484 for (wordno = 1; (wl[wordno] = tw_tok(NULL)) != NULL && in tw_complete()