taglinefilesource code
VEOL2312drivers/char/tty_ioctl.ctmp.t_brkc = tty->termios->c_cc[VEOL2];  /* what is brkc anyway? */
VEOL2331drivers/char/tty_ioctl.ctty->termios->c_cc[VEOL2] = tmp.t_brkc;  /* what is brkc anyway? */
VEOL2348drivers/char/tty_ioctl.ctmp.t_flushc = tty->termios->c_cc[VEOL2];  /* what is flushc anyway? */
VEOL2365drivers/char/tty_ioctl.ctty->termios->c_cc[VEOL2] = tmp.t_dsuspc;  /* what is dsuspc anyway? */
VEOL2367drivers/char/tty_ioctl.ctty->termios->c_cc[VEOL2] = tmp.t_flushc;  /* what is flushc anyway? */
VEOL2358include/asm-alpha/termios.htermios->c_cc[VEOL2] = termio->c_cc[_VEOL2];
VEOL2381include/asm-alpha/termios.htermio->c_cc[_VEOL2] = termios->c_cc[VEOL2];
VEOL2365include/asm-ppc/termios.htermios->c_cc[VEOL2] = termio->c_cc[_VEOL2];
VEOL2388include/asm-ppc/termios.htermio->c_cc[_VEOL2] = termios->c_cc[VEOL2];
VEOL2121include/linux/tty.h#define EOL2_CHAR(tty) ((tty)->termios->c_cc[VEOL2])