tag | line | file | source code |
VEOL2 | 312 | drivers/char/tty_ioctl.c | tmp.t_brkc = tty->termios->c_cc[VEOL2]; /* what is brkc anyway? */ |
VEOL2 | 331 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VEOL2] = tmp.t_brkc; /* what is brkc anyway? */ |
VEOL2 | 348 | drivers/char/tty_ioctl.c | tmp.t_flushc = tty->termios->c_cc[VEOL2]; /* what is flushc anyway? */ |
VEOL2 | 365 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VEOL2] = tmp.t_dsuspc; /* what is dsuspc anyway? */ |
VEOL2 | 367 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VEOL2] = tmp.t_flushc; /* what is flushc anyway? */ |
VEOL2 | 361 | include/asm-alpha/termios.h | termios->c_cc[VEOL2] = termio->c_cc[_VEOL2]; |
VEOL2 | 384 | include/asm-alpha/termios.h | termio->c_cc[_VEOL2] = termios->c_cc[VEOL2]; |
VEOL2 | 365 | include/asm-ppc/termios.h | termios->c_cc[VEOL2] = termio->c_cc[_VEOL2]; |
VEOL2 | 388 | include/asm-ppc/termios.h | termio->c_cc[_VEOL2] = termios->c_cc[VEOL2]; |
VEOL2 | 121 | include/linux/tty.h | #define EOL2_CHAR(tty) ((tty)->termios->c_cc[VEOL2]) |