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

/linux-master/drivers/tty/
H A Dn_tty.c960 if (c == ERASE_CHAR(tty))
1019 echo_char(ERASE_CHAR(tty), tty);
1273 if (c == ERASE_CHAR(tty) || c == KILL_CHAR(tty) ||
1824 set_bit(ERASE_CHAR(tty), ldata->char_map);
/linux-master/include/linux/
H A Dtty.h36 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE]) macro

Completed in 142 milliseconds