OPOST
t->c_oflag &= ~OPOST;
_Tv.c_oflag |= OPOST;
ttbufs.c_oflag |= (OPOST | ONLCR);
Savettyb.c_oflag |= OPOST;
Savettybs.c_oflag |= OPOST;
"opost", OPOST, 0,
"-opost", 0, OPOST,
"nopost", 0, OPOST,
"-nopost", OPOST, 0,
"litout", 0, OPOST,
"-litout", OPOST, 0,
"raw", 0, OPOST,
"-raw", OPOST, 0,
"cooked", OPOST, 0,
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
tmp_tc.c_oflag &= ~OPOST;
tmp_tc.c_oflag |= OPOST;
.c_oflag = OPOST|ONLCR|TAB3,
sbuf.c_oflag &= ~OPOST;
#define SET_OFLAG (OPOST|ONLCR)
if (!(m&OPOST))
(void) printf("-opost "+((m&OPOST) != 0));
"opost", OPOST, 0,
"-opost", 0, OPOST,
"raw", 0, OPOST,
"-raw", OPOST, 0,
"cooked", OPOST, 0,
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
term.c_oflag &= ~OPOST;
termios.c_oflag &= ~OPOST;
ttbufs.c_oflag |= (OPOST | ONLCR);
Savettyb.c_oflag |= OPOST;
Savettybs.c_oflag |= OPOST;
newattr.c_oflag &= ~(OPOST);
attr.c_oflag |= OPOST;
attr.c_oflag &= ~(OPOST);
attr.c_oflag |= OPOST;
attr.c_oflag &= ~(OPOST);
cur_term->_prog.c_oflag |= OPOST;
cur_term->_prog.c_oflag |= OPOST;
cur_term->_prog.c_oflag &= ~OPOST;
if ((cur_term->_prog.c_oflag & (OPOST | ONLCR)) == (OPOST | ONLCR))
if (cur_term->_prog.c_oflag & OPOST)
PTERMIOS(_prog)->c_oflag |= OPOST;
PTERMIOS(_prog)->c_oflag |= OPOST;
PTERMIOS(_prog)->c_oflag &= ~OPOST;
if ((PTERMIOS(_prog)->c_oflag & (OPOST | ONLCR)) == (OPOST | ONLCR))
if (PTERMIOS(_prog)->c_oflag & OPOST)
if (!(m & OPOST))
(void) fprintf(output, "-opost " + ((m & OPOST) != 0));
"opost", OPOST, 0,
"-opost", 0, OPOST,
"litout", 0, OPOST,
"-litout", OPOST, 0,
"raw", 0, OPOST,
"-raw", OPOST, 0,
"cooked", OPOST, 0,
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
modes.c_oflag |= (OPOST|ONLCR);
if ((tp->t_modes.c_oflag & OPOST) ||
if (((tp->t_modes.c_oflag & OPOST) ||
if (!(tp->t_modes.c_oflag & OPOST)) {
termiosp->c_oflag |= OPOST;
!(termiosp->c_oflag & OPOST) &&
!(termiosp->c_oflag & OPOST))
if (!(termiosp->c_oflag & OPOST))
OPOST|ONLCR|TAB3, /* c_oflag */