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