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