Searched refs:WERASE_CHAR (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dtty.h48 #define WERASE_CHAR(tty) ((tty)->termios.c_cc[VWERASE]) macro
/linux-master/drivers/tty/
H A Dn_tty.c962 else if (c == WERASE_CHAR(tty))
1274 (c == WERASE_CHAR(tty) && L_IEXTEN(tty))) {
1830 set_bit(WERASE_CHAR(tty), ldata->char_map);

Completed in 147 milliseconds