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