VERASE             36 arch/alpha/include/asm/termios.h 		k_termios->c_cc[VERASE] = k_termio.c_cc[_VERASE];		\
VERASE             65 arch/alpha/include/asm/termios.h 	k_termio.c_cc[_VERASE] = k_termios->c_cc[VERASE];		\
VERASE            522 drivers/tty/tty_ioctl.c 	tmp.sg_erase = tty->termios.c_cc[VERASE];
VERASE            582 drivers/tty/tty_ioctl.c 	termios.c_cc[VERASE] = tmp.sg_erase;
VERASE            108 include/linux/tty.h #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE])