tag | line | file | source code |
---|---|---|---|
VERASE | 244 | drivers/char/tty_ioctl.c | tmp.sg_erase = tty->termios->c_cc[VERASE]; |
VERASE | 290 | drivers/char/tty_ioctl.c | termios.c_cc[VERASE] = tmp.sg_erase; |
VERASE | 352 | include/asm-alpha/termios.h | termios->c_cc[VERASE]= termio->c_cc[_VERASE]; |
VERASE | 377 | include/asm-alpha/termios.h | termio->c_cc[_VERASE]= termios->c_cc[VERASE]; |
VERASE | 107 | include/linux/tty.h | #define ERASE_CHAR(tty) ((tty)->termios->c_cc[VERASE]) |