Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/
Dn_tty.c885 echo_char(KILL_CHAR(tty), tty); in eraser()
1214 if (c == ERASE_CHAR(tty) || c == KILL_CHAR(tty) || in n_tty_receive_char()
1494 set_bit(KILL_CHAR(tty), tty->process_char_map); in n_tty_set_termios()
/linux-3.4.99/include/linux/
Dtty.h109 #define KILL_CHAR(tty) ((tty)->termios->c_cc[VKILL]) macro