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

/freebsd-13-stable/contrib/tcsh/
H A Dtw.comp.c231 return INVPTR;
468 if ((wl[0] = tw_tok(buf)) == NULL || wl[0] == INVPTR) {
485 wl[wordno] != INVPTR; wordno++)
488 if (wl[wordno] == INVPTR) { /* Found a meta character */
H A Dsh.lex.c1425 if (arginp == INVPTR || onelflg == 1) {
1432 arginp = INVPTR;
H A Dsh.c98 Char *INVPTR = &INVCHAR; variable
99 Char **INVPPTR = &INVPTR;
H A Dsh.h1203 extern Char *INVPTR;

Completed in 168 milliseconds