Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDsh.lex.c467 if (c == CHAR_ERR) in getC1()
613 while ((c = getC(0)) != CHAR_ERR) { in getdol()
1407 return CHAR_ERR; in readc()
1421 if (c == CHAR_ERR) { in readc()
1434 return CHAR_ERR; in readc()
1632 return CHAR_ERR; in bgetc()
1682 return CHAR_ERR; in bgetc()
HDsh.dol.c54 #define DEOF CHAR_ERR
1010 if (c == CHAR_ERR || c == '\n') in heredoc()
1018 if (c == CHAR_ERR && lbuf.len != 0) in heredoc()
1024 if (c == CHAR_ERR || eq(lbuf.s, term)) in heredoc()
HDtw.comp.c577 *suf = CHAR_ERR; in tw_complete()
593 case CHAR_ERR: in tw_complete()
HDsh.h105 #define CHAR_ERR WEOF /* Pretty please, use bit 31... */ macro
112 #define CHAR_ERR (-1) macro
121 #define CHAR_ERR (-1) macro
HDsh.func.c914 while (c != CHAR_ERR && c != '\n'); in histgetword()
915 if (c == CHAR_ERR) in histgetword()
940 if (c == CHAR_ERR) in histgetword()
1016 while (c != CHAR_ERR && c != '\n'); in getword()
1017 if (c == CHAR_ERR) in getword()
1037 if (c == CHAR_ERR) in getword()
HDtw.color.c155 if ((sc = parseescape(&s)) == CHAR_ERR) in getstring()
HDtc.bind.c392 if ((es = parseescape(&p)) == CHAR_ERR) { in parsestring()
HDed.xmap.c621 return CHAR_ERR; in parseescape()
HDtw.parse.c1797 case CHAR_ERR: /* No suffix */ in t_search()