c_oflag
c_oflag);
static int c_oflag(const void *, const void *);
tp->c_oflag = tmp;
(u_long)tp->c_oflag);
ip->t.c_oflag |= OPOST;
ip->t.c_oflag |= ONLCR;
ip->t.c_oflag &= ~ONLCR;
ip->t.c_oflag = def.c_oflag;
ip->t.c_oflag &= ~mp->unset;
ip->t.c_oflag |= mp->set;
tmp = tp->c_oflag;
termios.c_oflag |= (OPOST|ONLCR);
termios.c_oflag &= ~OXTABS;
tmp_tc.c_oflag |= ONLCR;
tmp_tc.c_oflag &= ~ONLCR;
tmp_tc.c_oflag |= OXTABS;
tmp_tc.c_oflag &= ~TABDLY;
tmp_tc.c_oflag |= TAB3;
tmp_tc.c_oflag &= ~OXTABS;
tmp_tc.c_oflag &= ~TABDLY;
tmp_tc.c_oflag &= ~OPOST;
tmp_tc.c_oflag |= OPOST;
tmp_tc.c_oflag |= OPOST;
termbuf.c_oflag &= ~OPOST;
termbuf.c_oflag |= OPOST;
return(!(termbuf.c_oflag&OPOST));
return (termbuf.c_oflag & OXTABS);
return ((termbuf.c_oflag & TABDLY) == TAB3);
termbuf.c_oflag |= OXTABS;
termbuf.c_oflag &= ~TABDLY;
termbuf.c_oflag |= TAB3;
termbuf.c_oflag &= ~OXTABS;
termbuf.c_oflag &= ~TABDLY;
termbuf.c_oflag |= TAB0;
termbuf.c_oflag = OPOST|ONLCR|TAB3;
termbuf.c_oflag |= ONLCR|OXTABS;
tio.c_oflag |= (OPOST | ONLCR);
tio.c_oflag &= ~OPOST;
TTYMODE(OPOST, c_oflag, 70)
TTYMODE(OLCUC, c_oflag, 71)
TTYMODE(ONLCR, c_oflag, 72)
TTYMODE(OCRNL, c_oflag, 73)
TTYMODE(ONOCR, c_oflag, 74)
TTYMODE(ONLRET, c_oflag, 75)
t->c_oflag &= ~OPOST;
t->c_oflag = TTYDEF_OFLAG;
term.c_oflag = OPOST | ONLCR;
cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r";
tmode.c_oflag |= ONLCR;
tmode.c_oflag = def.c_oflag;
tmode.c_oflag = O0;
tmode.c_oflag = O1;
tmode.c_oflag = O2;
oflag = omode.c_oflag;
tmode.c_oflag = oflag;
host_tcflag_t c_oflag;
host_tcflag_t c_oflag;
t->c_oflag &= ~HOST_OPOST;
unsigned short c_oflag;
unsigned int c_oflag;
unsigned int c_oflag;
lios->c_oflag = 0;
if (bios->c_oflag & OPOST)
lios->c_oflag |= LINUX_OPOST;
if (bios->c_oflag & ONLCR)
lios->c_oflag |= LINUX_ONLCR;
if (bios->c_oflag & TAB3)
lios->c_oflag |= LINUX_XTABS;
bios->c_oflag = 0;
if (lios->c_oflag & LINUX_OPOST)
bios->c_oflag |= OPOST;
if (lios->c_oflag & LINUX_ONLCR)
bios->c_oflag |= ONLCR;
if (lios->c_oflag & LINUX_XTABS)
bios->c_oflag |= TAB3;
lio->c_oflag = lios.c_oflag;
lios.c_oflag = lio->c_oflag;
t->c_oflag &= TTYSUP_OFLAG;
tp->t_termios.c_oflag = t->c_oflag;
t->c_iflag, t->c_oflag, t->c_cflag, t->c_lflag,
new->c_oflag = (old->c_oflag & lock->c_oflag) |
(new->c_oflag & ~lock->c_oflag);
t->c_oflag = TTYDEF_OFLAG;
tcflag_t oflag = tp->t_termios.c_oflag;
tcflag_t oflag = t->c_oflag;
t->c_oflag = oflag;
tcflag_t oflag = t->c_oflag;
t->c_oflag = oflag;
tcflag_t c_oflag; /* output flags */
t.c_oflag = 0;
term.c_oflag &= ~OPOST;
cntrl.c_oflag &= ~OPOST;
new_settings.c_oflag &= ~(TAB3);
ip->c_oflag &= ~mp->unset;
ip->c_oflag |= mp->set;
tty.c_oflag = 0;
newtio.c_oflag &= ~OPOST;
newtio.c_oflag |= OPOST;
(u_long)ios.c_iflag, (u_long)ios.c_oflag, (u_long)ios.c_cflag);
(u_long)ios.c_oflag, (u_long)ios.c_cflag);
t.c_oflag = 0;