Home
last modified time | relevance | path

Searched refs:EOL_CHAR (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/ !
H A Dtty.h45 #define EOL_CHAR(tty) ((tty)->termios.c_cc[VEOL]) macro
/linux/drivers/tty/ !
H A Dn_tty.c1311 if ((c == EOL_CHAR(tty)) || in n_tty_receive_char_canon()
1314 * XXX are EOL_CHAR and EOL2_CHAR echoed?!? in n_tty_receive_char_canon()
1325 * EOL_CHAR and EOL2_CHAR? in n_tty_receive_char_canon()
1822 set_bit(EOL_CHAR(tty), ldata->char_map); in n_tty_set_termios()