taglinefilesource code
ONLCR1669drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR;
ONLCR1675drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR | XTABS;
ONLCR1680drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR;
ONLCR188include/linux/tty.h#define O_NLCR(tty)  _O_FLAG((tty),ONLCR)