Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDtw.comp.c235 return INVPTR; in tw_tok()
471 if ((wl[0] = tw_tok(buf)) == NULL || wl[0] == INVPTR) { in tw_complete()
488 wl[wordno] != INVPTR; wordno++) in tw_complete()
491 if (wl[wordno] == INVPTR) { /* Found a meta character */ in tw_complete()
HDsh.lex.c1405 if (arginp == INVPTR || onelflg == 1) { in readc()
1412 arginp = INVPTR; in readc()
HDsh.c100 Char *INVPTR = &INVCHAR; variable
101 Char **INVPPTR = &INVPTR;
HDsh.h1186 extern Char *INVPTR;
HDFixes1259 35. Fixed typo with INVPTR in sh.lex.c