Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A D_termios.h46 #define VEOL 1 /* ICANON */ macro
/f-stack/freebsd/kern/
H A Dtty_compat.c140 cc[VEOL] = tc->t_brkc; in ttsetcompat()
227 tc->t_brkc = cc[VEOL]; in tty_ioctl_compat()
H A Dtty_ttydisc.c124 BREAK_ADD(VEOL); in ttydisc_read_canonical()
1088 (!quote && (c == CNL || CMP_CC(VEOL, c) || CMP_CC(VEOF, c)))) { in ttydisc_rint()