Home
last modified time | relevance | path

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

/linux/drivers/tty/
A Dn_tty.c988 if (c == ERASE_CHAR(tty)) in eraser()
1047 echo_char(ERASE_CHAR(tty), tty); in eraser()
1306 if (c == ERASE_CHAR(tty) || c == KILL_CHAR(tty) || in n_tty_receive_char_special()
1761 set_bit(ERASE_CHAR(tty), ldata->char_map); in n_tty_set_termios()
/linux/include/linux/
A Dtty.h37 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE]) macro

Completed in 9 milliseconds