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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.dol.c54 #define DEOF CHAR_ERR macro
172 if (c == DEOF) {
181 if (c == DEOF) {
199 * Rather, DgetC will return a DEOF when we hit the end-of-input.
215 case DEOF:
247 if (c == '\n' || c == DEOF) {
288 if (c == '\n' || c == DEOF)
386 if (c == DEOF) {
493 case DEOF:
517 } while (c != DEOF
[all...]

Completed in 48 milliseconds