tag | line | file | source code |
---|---|---|---|
KILL_CHAR | 209 | drivers/char/n_tty.c | echo_char(KILL_CHAR(tty), tty); |
KILL_CHAR | 426 | drivers/char/n_tty.c | if (c == ERASE_CHAR(tty) || c == KILL_CHAR(tty) || |
KILL_CHAR | 637 | drivers/char/n_tty.c | set_bit(KILL_CHAR(tty), &tty->process_char_map); |