Symbol: OPOST
bin/stty/key.c
160
ip->t.c_oflag |= OPOST;
bin/stty/modes.c
156
{ "opost", OPOST },
bin/stty/modes.c
166
{ "litout", 0, OPOST },
bin/stty/modes.c
167
{ "-litout", OPOST, 0 },
bin/stty/print.c
131
put("-opost", OPOST, 1);
distrib/utils/more/screen.c
181
s.c_oflag |= (OPOST|ONLCR|TAB3);
lib/libc/termios/cfmakeraw.c
62
t->c_oflag &= ~OPOST;
lib/libcurses/tty.c
146
screen->rawt.c_oflag &= ~OPOST;
lib/libedit/tty.c
209
#ifdef OPOST
lib/libedit/tty.c
210
{"opost", OPOST, MD_OUT},
lib/libedit/tty.c
73
{"oflag:", (OPOST | ONLCR), ONLRET},
lib/libedit/tty.c
81
{"oflag:", (OPOST | ONLCR), ONLRET},
libexec/comsat/comsat.c
262
cr = (ttybuf.c_oflag & ONLCR) && (ttybuf.c_oflag & OPOST) ?
libexec/getty/subr.c
289
SET(oflag, ONLCR|OPOST);
libexec/getty/subr.c
296
SET(oflag, OXTABS|OPOST);
libexec/getty/subr.c
307
CLR(oflag, OPOST);
libexec/getty/subr.c
372
oflag = OPOST|ONLCR|OXTABS;
libexec/getty/subr.c
470
SET(oflag, OPOST);
libexec/getty/subr.c
472
CLR(oflag, OPOST);
libexec/getty/subr.c
477
SET(oflag, OPOST);
libexec/telnetd/sys_term.c
282
termbuf.c_oflag &= ~OPOST;
libexec/telnetd/sys_term.c
286
termbuf.c_oflag |= OPOST;
libexec/telnetd/sys_term.c
299
return(!(termbuf.c_oflag&OPOST));
share/examples/rump/tipsy/tipsy.c
121
tios.c_oflag &= ~OPOST;
share/examples/rump/tipsy/tipsy.c
131
tios.c_oflag &= ~OPOST;
sys/compat/common/tty_43.c
321
if (!ISSET(oflag, OPOST))
sys/compat/common/tty_43.c
422
SET(oflag, OPOST);
sys/compat/common/tty_43.c
424
CLR(oflag, OPOST);
sys/compat/common/tty_43.c
429
SET(oflag, OPOST);
sys/compat/common/tty_43.c
490
SET(oflag, OPOST);
sys/compat/common/tty_43.c
492
CLR(oflag, OPOST);
sys/compat/common/tty_43.c
497
SET(oflag, OPOST);
sys/compat/linux/common/linux_termios.h
212
bts->c_oflag |= cvtto_bsd_mask(lt->c_oflag, LINUX_OPOST, OPOST);
sys/compat/linux/common/linux_termios.h
300
lt->c_oflag |= cvtto_linux_mask(bts->c_oflag, OPOST, LINUX_OPOST);
sys/compat/linux/common/linux_termios.h
390
bts->c_oflag |= cvtto_bsd_mask(lts->c_oflag, LINUX_OPOST, OPOST);
sys/compat/linux/common/linux_termios.h
488
lts->c_oflag |= cvtto_linux_mask(bts->c_oflag, OPOST, LINUX_OPOST);
sys/compat/sunos/sunos_ioctl.c
150
r = ((l & 0x00000001) ? OPOST : 0);
sys/compat/sunos/sunos_ioctl.c
273
r = ((l & OPOST) ? 0x00000001 : 0);
sys/compat/sunos32/sunos32_ioctl.c
186
r = ((l & 0x00000001) ? OPOST : 0);
sys/compat/sunos32/sunos32_ioctl.c
309
r = ((l & OPOST) ? 0x00000001 : 0);
sys/compat/ultrix/ultrix_ioctl.c
168
r = ((l & 0x00000001) ? OPOST : 0);
sys/compat/ultrix/ultrix_ioctl.c
301
r = ((l & OPOST) ? 0x00000001 : 0);
sys/dev/qbus/qd.c
378
#define OFLAG (OPOST|OXTABS|ONLCR)
sys/dev/sun/sunkbd.c
145
tp->t_oflag &= ~OPOST;
sys/dev/sun/sunms.c
164
tp->t_oflag &= ~OPOST;
sys/kern/tty.c
2319
if (!ISSET(tp->t_oflag, OPOST))
sys/kern/tty.c
942
if (!ISSET(oflag, OPOST)) {
sys/sys/ttydefaults.h
49
#define TTYDEF_OFLAG (OPOST | ONLCR)
usr.bin/rlogin/rlogin.c
724
tty.c_oflag &= ~OPOST;
usr.bin/scmdctl/scmdctl.c
112
cntrl.c_oflag &= ~OPOST;
usr.bin/telnet/sys_bsd.c
369
tmp_tc.c_oflag &= ~OPOST;
usr.bin/telnet/sys_bsd.c
373
tmp_tc.c_oflag |= OPOST;
usr.bin/tip/tip.c
274
term.c_oflag &= ~OPOST;
usr.bin/tip/tip.c
572
cntrl.c_oflag &= ~OPOST;
usr.bin/tset/set.c
118
mode.c_oflag |= (OPOST
usr.sbin/lpr/lpd/key.c
141
ip->t.c_oflag |= OPOST;
usr.sbin/lpr/lpd/modes.c
183
{ "opost", OPOST, 0 },
usr.sbin/lpr/lpd/modes.c
184
{ "-opost", 0, OPOST },
usr.sbin/lpr/lpd/modes.c
185
{ "litout", 0, OPOST },
usr.sbin/lpr/lpd/modes.c
186
{ "-litout", OPOST, 0 },
usr.sbin/lpr/lpd/ttcompat.c
145
SET(oflag, OPOST);
usr.sbin/lpr/lpd/ttcompat.c
147
CLR(oflag, OPOST);
usr.sbin/lpr/lpd/ttcompat.c
152
SET(oflag, OPOST);
usr.sbin/lpr/lpd/ttcompat.c
81
if (!ISSET(oflag, OPOST))
usr.sbin/tprof/tprof_top.c
237
termios.c_oflag |= OPOST;