Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dtw.comp.c231 return INVPTR; in tw_tok()
468 if ((wl[0] = tw_tok(buf)) == NULL || wl[0] == INVPTR) { in tw_complete()
485 wl[wordno] != INVPTR; wordno++) in tw_complete()
488 if (wl[wordno] == INVPTR) { /* Found a meta character */ in tw_complete()
H A Dsh.lex.c1448 if (arginp == INVPTR || onelflg == 1) { in readc()
1455 arginp = INVPTR; in readc()
H A Dsh.c98 Char *INVPTR = &INVCHAR; variable
99 Char **INVPPTR = &INVPTR;
H A Dsh.h1208 extern Char *INVPTR;