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 | 355 | include/asm-alpha/termios.h | termios->c_cc[VERASE]= termio->c_cc[_VERASE]; |
VERASE | 380 | include/asm-alpha/termios.h | termio->c_cc[_VERASE]= termios->c_cc[VERASE]; |
VERASE | 359 | include/asm-ppc/termios.h | termios->c_cc[VERASE]= termio->c_cc[_VERASE]; |
VERASE | 384 | include/asm-ppc/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]) |