tag | line | file | source code |
---|---|---|---|
VEOF | 311 | drivers/char/tty_ioctl.c | tmp.t_eofc = tty->termios->c_cc[VEOF]; |
VEOF | 330 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VEOF] = tmp.t_eofc; |
VEOF | 354 | include/asm-alpha/termios.h | termios->c_cc[VEOF] = termio->c_cc[_VEOF]; |
VEOF | 379 | include/asm-alpha/termios.h | termio->c_cc[_VEOF] = termios->c_cc[VEOF]; |
VEOF | 109 | include/linux/tty.h | #define EOF_CHAR(tty) ((tty)->termios->c_cc[VEOF]) |