OPOST
ip->t.c_oflag |= OPOST;
{ "opost", OPOST, 0 },
{ "-opost", 0, OPOST },
{ "litout", 0, OPOST },
{ "-litout", OPOST, 0 },
put("-opost", OPOST, 1);
termios.c_oflag |= (OPOST|ONLCR);
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));
termbuf.c_oflag = OPOST|ONLCR|TAB3;
tio.c_oflag |= (OPOST | ONLCR);
tio.c_oflag &= ~OPOST;
TTYMODE(OPOST, c_oflag, 70)
t->c_oflag &= ~OPOST;
term.c_oflag = OPOST | ONLCR;
cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r";
SET(oflag, ONLCR|OPOST);
SET(oflag, OXTABS|OPOST);
CLR(oflag, OPOST);
if (bios->c_oflag & OPOST)
bios->c_oflag |= OPOST;
#define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8)
oflag &= ~OPOST;
oflag |= OPOST;
oflag |= OPOST;
oflag &= ~OPOST;
oflag |= OPOST;
oflag |= OPOST;
MPASS(CMP_FLAG(o, OPOST));
if (CMP_FLAG(o, OPOST)) {
if (CMP_FLAG(o, OPOST) && CTL_ECHO(c, quote)) {
#define TTYDEF_OFLAG (OPOST | ONLCR)
term.c_oflag &= ~OPOST;
cntrl.c_oflag &= ~OPOST;
{ "opost", OPOST, 0 },
{ "-opost", 0, OPOST },
{ "litout", 0, OPOST },
{ "-litout", OPOST, 0 },
newtio.c_oflag &= ~OPOST;
newtio.c_oflag |= OPOST;