tag | line | file | source code |
---|---|---|---|
VEOL | 356 | include/asm-alpha/termios.h | termios->c_cc[VEOL] = termio->c_cc[_VEOL]; |
VEOL | 380 | include/asm-alpha/termios.h | termio->c_cc[_VEOL] = termios->c_cc[VEOL]; |
VEOL | 116 | include/linux/tty.h | #define EOL_CHAR(tty) ((tty)->termios->c_cc[VEOL]) |