taglinefilesource code
OPOST1775drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR;
OPOST1781drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR | XTABS;
OPOST186include/linux/tty.h#define O_OPOST(tty)  _O_FLAG((tty),OPOST)