Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Dn_tty.c1003 echo_char(KILL_CHAR(tty), tty); in eraser()
1314 if (c == ERASE_CHAR(tty) || c == KILL_CHAR(tty) || in n_tty_receive_char_special()
1830 set_bit(KILL_CHAR(tty), ldata->char_map); in n_tty_set_termios()
/Linux-v5.4/include/linux/
Dtty.h109 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL]) macro