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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c37 #define DEOF -1 macro
135 * Rather, DgetC will return a DEOF when we hit the end-of-input.
163 case DEOF:
195 if (c == '\n' || c == DEOF)
230 if (c == '\n' || c == DEOF)
247 if (c == DEOF)
254 if (c == DEOF)
388 case DEOF:
475 if (c == '\n' || c == DEOF)
608 return (DEOF);
[all...]

Completed in 55 milliseconds