taglinefilesource code
OPOST1669drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR;
OPOST1675drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR | XTABS;
OPOST1680drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR;
OPOST186include/linux/tty.h#define O_POST(tty)  _O_FLAG((tty),OPOST)