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