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

/linux-master/include/linux/
H A Dtty.h37 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL]) macro
/linux-master/drivers/tty/
H A Dn_tty.c972 echo_char(KILL_CHAR(tty), tty);
1273 if (c == ERASE_CHAR(tty) || c == KILL_CHAR(tty) ||
1825 set_bit(KILL_CHAR(tty), ldata->char_map);

Completed in 155 milliseconds