tag
line
file
source code
WERASE_CHAR
548
kernel/chr_drv/tty_io.c
if (c == KILL_CHAR(tty) || c == WERASE_CHAR(tty)) {
WERASE_CHAR
550
kernel/chr_drv/tty_io.c
(c == WERASE_CHAR(tty)) ? 0 : -1;