tag | line | file | source code |
---|---|---|---|
VWERASE | 349 | drivers/char/tty_ioctl.c | tmp.t_werasc = tty->termios->c_cc[VWERASE]; |
VWERASE | 368 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VWERASE] = tmp.t_werasc; |
VWERASE | 123 | include/linux/tty.h | #define WERASE_CHAR(tty) ((tty)->termios->c_cc[VWERASE]) |