Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A D_termios.h45 #define VEOF 0 /* ICANON */ macro
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c123 BREAK_ADD(VEOF); in ttydisc_read_canonical()
168 if (CMP_CC(VEOF, lastc)) in ttydisc_read_canonical()
667 if (!quote && CMP_CC(VEOF, c)) { in ttydisc_echo_force()
1088 (!quote && (c == CNL || CMP_CC(VEOL, c) || CMP_CC(VEOF, c)))) { in ttydisc_rint()
H A Dtty_compat.c139 cc[VEOF] = tc->t_eofc; in ttsetcompat()
226 tc->t_eofc = cc[VEOF]; in tty_ioctl_compat()