taglinefilesource code
c_oflag1653drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR;
c_oflag1659drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR | XTABS;
c_oflag1664drivers/char/tty_io.ctp->c_oflag = OPOST | ONLCR;
c_oflag150drivers/char/tty_ioctl.cNOSET_MASK(termios->c_oflag, old->c_oflag, locked->c_oflag);
c_oflag253drivers/char/tty_ioctl.ctmp_termio.c_oflag = tty->termios->c_oflag;
c_oflag279drivers/char/tty_ioctl.cSET_LOW_BITS(tty->termios->c_oflag, tmp_termio.c_oflag);
c_oflag71include/linux/termios.hunsigned short c_oflag;    /* output mode flags */
c_oflag81include/linux/termios.htcflag_t c_oflag;    /* output mode flags */
c_oflag160include/linux/tty.h#define _O_FLAG(tty,f)  ((tty)->termios->c_oflag & f)