Home
last modified time | relevance | path

Searched refs:VEOF (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dtermios.h76 #define VEOF 0 /* ICANON */ macro
/xnu-10002.41.9/bsd/kern/
H A Dtty_compat.c287 cc[VEOF] = tc->t_eofc; in ttsetcompat()
449 tc->t_eofc = cc[VEOF]; in ttcompat()
H A Dtty.c469 ((c) == '\n' || (((c) == cc[VEOF] || \
833 if (CCEQ(cc[VEOF], c) && ISSET(lflag, ECHO)) { in ttyinput()
2369 if (CCEQ(cc[VEOF], c) && ISSET(lflag, ICANON)) { in ttread()