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