Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtermios.h76 #define VEOF 0 /* ICANON */ macro
/xnu-8019.80.24/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.c408 ((c) == '\n' || (((c) == cc[VEOF] || \
772 if (CCEQ(cc[VEOF], c) && ISSET(lflag, ECHO)) { in ttyinput()
2264 if (CCEQ(cc[VEOF], c) && ISSET(lflag, ICANON)) { in ttread()