Lines Matching refs:c_oflag
205 PortP->StoredTty.oflag = TtyP->tm.c_oflag;
216 TtyP->tm.c_oflag = PortP->StoredTty.oflag;
467 if ( TtyP->termios->c_oflag & ONLCR ) {
472 if ( TtyP->termios->c_oflag & OCRNL ) {
477 if ( ( TtyP->termios->c_oflag & TABDLY) == TAB3 ) {
557 if ( TtyP->termios->c_oflag & OPOST )
559 if ( TtyP->termios->c_oflag & OLCUC )
561 if ( TtyP->termios->c_oflag & ONOCR )
563 if ( TtyP->termios->c_oflag & ONLRET )
565 if ( TtyP->termios->c_oflag & OFILL )
567 if ( TtyP->termios->c_oflag & OFDEL )
569 if ( TtyP->termios->c_oflag & NLDLY )
571 if ( TtyP->termios->c_oflag & CRDLY )
573 if ( TtyP->termios->c_oflag & TABDLY )
576 if ( TtyP->termios->c_oflag & BSDLY )
578 if ( TtyP->termios->c_oflag & VTDLY )
580 if ( TtyP->termios->c_oflag & FFDLY )