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