tag
line
file
source code
ONLCR
177
include/linux/tty.h
#define O_NLCR(tty) _O_FLAG((tty),ONLCR)
ONLCR
1483
kernel/chr_drv/tty_io.c
tp->c_oflag = OPOST | ONLCR;
ONLCR
1493
kernel/chr_drv/tty_io.c
tp->c_oflag = OPOST | ONLCR;