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