Symbol: OPOST
usr/src/cmd/bhyve/common/bhyve_sol_glue.c
33
t->c_oflag &= ~OPOST;
usr/src/cmd/bnu/cu.c
1384
_Tv.c_oflag |= OPOST;
usr/src/cmd/bnu/line.c
209
ttbufs.c_oflag |= (OPOST | ONLCR);
usr/src/cmd/bnu/line.c
373
Savettyb.c_oflag |= OPOST;
usr/src/cmd/bnu/line.c
379
Savettybs.c_oflag |= OPOST;
usr/src/cmd/bnu/setmode.c
202
"opost", OPOST, 0,
usr/src/cmd/bnu/setmode.c
203
"-opost", 0, OPOST,
usr/src/cmd/bnu/setmode.c
204
"nopost", 0, OPOST,
usr/src/cmd/bnu/setmode.c
205
"-nopost", OPOST, 0,
usr/src/cmd/bnu/setmode.c
254
"litout", 0, OPOST,
usr/src/cmd/bnu/setmode.c
255
"-litout", OPOST, 0,
usr/src/cmd/bnu/setmode.c
256
"raw", 0, OPOST,
usr/src/cmd/bnu/setmode.c
257
"-raw", OPOST, 0,
usr/src/cmd/bnu/setmode.c
258
"cooked", OPOST, 0,
usr/src/cmd/bnu/setmode.c
270
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
466
tmp_tc.c_oflag &= ~OPOST;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
470
tmp_tc.c_oflag |= OPOST;
usr/src/cmd/init/init.c
421
.c_oflag = OPOST|ONLCR|TAB3,
usr/src/cmd/script/script.c
226
sbuf.c_oflag &= ~OPOST;
usr/src/cmd/sulogin/sulogin.c
359
#define SET_OFLAG (OPOST|ONLCR)
usr/src/cmd/ttymon/stty.c
389
if (!(m&OPOST))
usr/src/cmd/ttymon/stty.c
632
(void) printf("-opost "+((m&OPOST) != 0));
usr/src/cmd/ttymon/sttytable.c
246
"opost", OPOST, 0,
usr/src/cmd/ttymon/sttytable.c
247
"-opost", 0, OPOST,
usr/src/cmd/ttymon/sttytable.c
291
"raw", 0, OPOST,
usr/src/cmd/ttymon/sttytable.c
292
"-raw", OPOST, 0,
usr/src/cmd/ttymon/sttytable.c
293
"cooked", OPOST, 0,
usr/src/cmd/ttymon/sttytable.c
300
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
usr/src/cmd/zlogin/zlogin.c
481
term.c_oflag &= ~OPOST;
usr/src/grub/grub-0.97/grub/asmstub.c
1143
termios.c_oflag &= ~OPOST;
usr/src/lib/libnsl/dial/line.c
188
ttbufs.c_oflag |= (OPOST | ONLCR);
usr/src/lib/libnsl/dial/line.c
240
Savettyb.c_oflag |= OPOST;
usr/src/lib/libnsl/dial/line.c
246
Savettybs.c_oflag |= OPOST;
usr/src/lib/libtecla/common/getline.c
2630
newattr.c_oflag &= ~(OPOST);
usr/src/lib/libtecla/common/getline.c
9092
attr.c_oflag |= OPOST;
usr/src/lib/libtecla/common/getline.c
9117
attr.c_oflag &= ~(OPOST);
usr/src/lib/libtecla/common/getline.c
9155
attr.c_oflag |= OPOST;
usr/src/lib/libtecla/common/getline.c
9180
attr.c_oflag &= ~(OPOST);
usr/src/lib/libxcurses/src/libc/xcurses/newterm.c
339
cur_term->_prog.c_oflag |= OPOST;
usr/src/lib/libxcurses/src/libc/xcurses/nonl.c
57
cur_term->_prog.c_oflag |= OPOST;
usr/src/lib/libxcurses/src/libc/xcurses/nonl.c
84
cur_term->_prog.c_oflag &= ~OPOST;
usr/src/lib/libxcurses/src/libc/xcurses/setup.c
289
if ((cur_term->_prog.c_oflag & (OPOST | ONLCR)) == (OPOST | ONLCR))
usr/src/lib/libxcurses/src/libc/xcurses/setup.c
291
if (cur_term->_prog.c_oflag & OPOST)
usr/src/lib/libxcurses2/src/libc/xcurses/newterm.c
334
PTERMIOS(_prog)->c_oflag |= OPOST;
usr/src/lib/libxcurses2/src/libc/xcurses/nonl.c
58
PTERMIOS(_prog)->c_oflag |= OPOST;
usr/src/lib/libxcurses2/src/libc/xcurses/nonl.c
81
PTERMIOS(_prog)->c_oflag &= ~OPOST;
usr/src/lib/libxcurses2/src/libc/xcurses/setup.c
330
if ((PTERMIOS(_prog)->c_oflag & (OPOST | ONLCR)) == (OPOST | ONLCR))
usr/src/lib/libxcurses2/src/libc/xcurses/setup.c
332
if (PTERMIOS(_prog)->c_oflag & OPOST)
usr/src/ucbcmd/stty/stty.c
335
if (!(m & OPOST))
usr/src/ucbcmd/stty/stty.c
574
(void) fprintf(output, "-opost " + ((m & OPOST) != 0));
usr/src/ucbcmd/stty/sttytable.c
252
"opost", OPOST, 0,
usr/src/ucbcmd/stty/sttytable.c
253
"-opost", 0, OPOST,
usr/src/ucbcmd/stty/sttytable.c
296
"litout", 0, OPOST,
usr/src/ucbcmd/stty/sttytable.c
297
"-litout", OPOST, 0,
usr/src/ucbcmd/stty/sttytable.c
298
"raw", 0, OPOST,
usr/src/ucbcmd/stty/sttytable.c
299
"-raw", OPOST, 0,
usr/src/ucbcmd/stty/sttytable.c
300
"cooked", OPOST, 0,
usr/src/ucbcmd/stty/sttytable.c
307
"sane", (OPOST|ONLCR), (OLCUC|OCRNL|ONOCR|ONLRET|OFILL|OFDEL|
usr/src/ucbcmd/tset/tset.c
522
modes.c_oflag |= (OPOST|ONLCR);
usr/src/uts/common/io/ldterm.c
2920
if ((tp->t_modes.c_oflag & OPOST) ||
usr/src/uts/common/io/ldterm.c
3340
if (((tp->t_modes.c_oflag & OPOST) ||
usr/src/uts/common/io/ldterm.c
3544
if (!(tp->t_modes.c_oflag & OPOST)) {
usr/src/uts/common/io/ttcompat.c
1154
termiosp->c_oflag |= OPOST;
usr/src/uts/common/io/ttcompat.c
1245
!(termiosp->c_oflag & OPOST) &&
usr/src/uts/common/io/ttcompat.c
1255
!(termiosp->c_oflag & OPOST))
usr/src/uts/common/io/ttcompat.c
1271
if (!(termiosp->c_oflag & OPOST))
usr/src/uts/common/io/tty_common.c
35
OPOST|ONLCR|TAB3, /* c_oflag */