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