Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dtty.h48 #define WERASE_CHAR(tty) ((tty)->termios.c_cc[VWERASE]) macro
/linux-6.12.1/drivers/tty/
Dn_tty.c962 else if (c == WERASE_CHAR(tty)) in eraser()
1274 (c == WERASE_CHAR(tty) && L_IEXTEN(tty))) { in n_tty_receive_char_canon()
1840 set_bit(WERASE_CHAR(tty), ldata->char_map); in n_tty_set_termios()