OPOST
ip->t.c_oflag |= OPOST;
{ "opost", OPOST },
{ "litout", 0, OPOST },
{ "-litout", OPOST, 0 },
put("-opost", OPOST, 1);
s.c_oflag |= (OPOST|ONLCR|TAB3);
t->c_oflag &= ~OPOST;
screen->rawt.c_oflag &= ~OPOST;
#ifdef OPOST
{"opost", OPOST, MD_OUT},
{"oflag:", (OPOST | ONLCR), ONLRET},
{"oflag:", (OPOST | ONLCR), ONLRET},
cr = (ttybuf.c_oflag & ONLCR) && (ttybuf.c_oflag & OPOST) ?
SET(oflag, ONLCR|OPOST);
SET(oflag, OXTABS|OPOST);
CLR(oflag, OPOST);
oflag = OPOST|ONLCR|OXTABS;
SET(oflag, OPOST);
CLR(oflag, OPOST);
SET(oflag, OPOST);
termbuf.c_oflag &= ~OPOST;
termbuf.c_oflag |= OPOST;
return(!(termbuf.c_oflag&OPOST));
tios.c_oflag &= ~OPOST;
tios.c_oflag &= ~OPOST;
if (!ISSET(oflag, OPOST))
SET(oflag, OPOST);
CLR(oflag, OPOST);
SET(oflag, OPOST);
SET(oflag, OPOST);
CLR(oflag, OPOST);
SET(oflag, OPOST);
bts->c_oflag |= cvtto_bsd_mask(lt->c_oflag, LINUX_OPOST, OPOST);
lt->c_oflag |= cvtto_linux_mask(bts->c_oflag, OPOST, LINUX_OPOST);
bts->c_oflag |= cvtto_bsd_mask(lts->c_oflag, LINUX_OPOST, OPOST);
lts->c_oflag |= cvtto_linux_mask(bts->c_oflag, OPOST, LINUX_OPOST);
r = ((l & 0x00000001) ? OPOST : 0);
r = ((l & OPOST) ? 0x00000001 : 0);
r = ((l & 0x00000001) ? OPOST : 0);
r = ((l & OPOST) ? 0x00000001 : 0);
r = ((l & 0x00000001) ? OPOST : 0);
r = ((l & OPOST) ? 0x00000001 : 0);
#define OFLAG (OPOST|OXTABS|ONLCR)
tp->t_oflag &= ~OPOST;
tp->t_oflag &= ~OPOST;
if (!ISSET(tp->t_oflag, OPOST))
if (!ISSET(oflag, OPOST)) {
#define TTYDEF_OFLAG (OPOST | ONLCR)
tty.c_oflag &= ~OPOST;
cntrl.c_oflag &= ~OPOST;
tmp_tc.c_oflag &= ~OPOST;
tmp_tc.c_oflag |= OPOST;
term.c_oflag &= ~OPOST;
cntrl.c_oflag &= ~OPOST;
mode.c_oflag |= (OPOST
ip->t.c_oflag |= OPOST;
{ "opost", OPOST, 0 },
{ "-opost", 0, OPOST },
{ "litout", 0, OPOST },
{ "-litout", OPOST, 0 },
SET(oflag, OPOST);
CLR(oflag, OPOST);
SET(oflag, OPOST);
if (!ISSET(oflag, OPOST))
termios.c_oflag |= OPOST;