Searched refs:CHAR_ERR (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.dol.c54 #define DEOF CHAR_ERR
1003 if (c == CHAR_ERR || c == '\n')
1013 if (c == CHAR_ERR || eq(lbuf.s, term))
H A Dsh.lex.c607 while ((c = getC(0)) != CHAR_ERR) {
1401 return CHAR_ERR;
1415 if (c == CHAR_ERR) {
1428 return CHAR_ERR;
1626 return CHAR_ERR;
1676 return CHAR_ERR;
H A Dtw.comp.c577 *suf = CHAR_ERR;
593 case CHAR_ERR:
H A Dtw.color.c152 if ((sc = parseescape(&s)) == CHAR_ERR)
H A Dsh.h94 typedef wint_t eChar; /* Can contain any Char value or CHAR_ERR */
95 #define CHAR_ERR WEOF /* Pretty please, use bit 31... */ macro
102 #define CHAR_ERR (-1) macro
111 #define CHAR_ERR (-1) macro
H A Ded.xmap.c621 return CHAR_ERR;
H A Dtc.bind.c392 if ((es = parseescape(&p)) == CHAR_ERR) {
H A Dsh.func.c912 while (c != CHAR_ERR && c != '\n');
913 if (c == CHAR_ERR)
938 if (c == CHAR_ERR)
1017 while (c != CHAR_ERR && c != '\n');
1018 if (c == CHAR_ERR)
1038 if (c == CHAR_ERR)

Completed in 190 milliseconds