taglinefilesource code
ONLCR1775drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR;
ONLCR1781drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR | XTABS;
ONLCR188include/linux/tty.h#define O_ONLCR(tty)  _O_FLAG((tty),ONLCR)