tag | line | file | source code |
---|---|---|---|
ONLCR | 1668 | drivers/char/tty_io.c | tp->c_oflag = OPOST | ONLCR; |
ONLCR | 1674 | drivers/char/tty_io.c | tp->c_oflag = OPOST | ONLCR | XTABS; |
ONLCR | 1679 | drivers/char/tty_io.c | tp->c_oflag = OPOST | ONLCR; |
ONLCR | 190 | include/linux/tty.h | #define O_NLCR(tty) _O_FLAG((tty),ONLCR) |