tag | line | file | source code |
---|---|---|---|
ONLCR | 1805 | drivers/char/tty_io.c | tty_std_termios.c_oflag = OPOST | ONLCR; |
ONLCR | 229 | drivers/char/tty_ioctl.c | if (tty->termios->c_oflag & ONLCR) |
ONLCR | 264 | drivers/char/tty_ioctl.c | termios->c_oflag |= OPOST | ONLCR; |
ONLCR | 149 | include/linux/tty.h | #define O_ONLCR(tty) _O_FLAG((tty),ONLCR) |