taglinefilesource code
VERASE244drivers/char/tty_ioctl.ctmp.sg_erase = tty->termios->c_cc[VERASE];
VERASE290drivers/char/tty_ioctl.ctermios.c_cc[VERASE] = tmp.sg_erase;
VERASE352include/asm-alpha/termios.htermios->c_cc[VERASE]= termio->c_cc[_VERASE];
VERASE377include/asm-alpha/termios.htermio->c_cc[_VERASE]= termios->c_cc[VERASE];
VERASE359include/asm-ppc/termios.htermios->c_cc[VERASE]= termio->c_cc[_VERASE];
VERASE384include/asm-ppc/termios.htermio->c_cc[_VERASE]= termios->c_cc[VERASE];
VERASE107include/linux/tty.h#define ERASE_CHAR(tty) ((tty)->termios->c_cc[VERASE])