KILL_CHAR        1003 drivers/tty/n_tty.c 			echo_char(KILL_CHAR(tty), tty);
KILL_CHAR        1314 drivers/tty/n_tty.c 		if (c == ERASE_CHAR(tty) || c == KILL_CHAR(tty) ||
KILL_CHAR        1830 drivers/tty/n_tty.c 			set_bit(KILL_CHAR(tty), ldata->char_map);