Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.lex.c483 if (c == CHAR_ERR) in getC1()
629 while ((c = getC(0)) != CHAR_ERR) { in getdol()
1427 return CHAR_ERR; in readc()
1441 if (c == CHAR_ERR) { in readc()
1454 return CHAR_ERR; in readc()
1652 return CHAR_ERR; in bgetc()
1702 return CHAR_ERR; in bgetc()
H A Dsh.dol.c51 #define DEOF CHAR_ERR
1043 if (c == CHAR_ERR || c == '\n') in heredoc()
1051 if (c == CHAR_ERR && lbuf.len != 0) in heredoc()
1057 if (c == CHAR_ERR || eq(lbuf.s, term)) in heredoc()
H A Dtw.comp.c575 *suf = CHAR_ERR; in tw_complete()
591 case CHAR_ERR: in tw_complete()
H A Dsh.h104 #define CHAR_ERR WEOF /* Pretty please, use bit 31... */ macro
111 #define CHAR_ERR (-1) macro
120 #define CHAR_ERR (-1) macro
H A Dsh.func.c918 while (c != CHAR_ERR && c != '\n'); in histgetword()
919 if (c == CHAR_ERR) in histgetword()
943 if (c == CHAR_ERR) in histgetword()
1019 while (c != CHAR_ERR && c != '\n'); in getword()
1020 if (c == CHAR_ERR) in getword()
1040 if (c == CHAR_ERR) in getword()
H A Dtc.bind.c388 if ((es = parseescape(&p)) == CHAR_ERR) { in parsestring()
H A Dtw.color.c204 if ((sc = parseescape(&s)) == CHAR_ERR) in getstring()
H A Ded.xmap.c617 return CHAR_ERR; in parseescape()
H A Dtw.parse.c1797 case CHAR_ERR: /* No suffix */ in t_search()