Symbol: OPOST
bin/stty/key.c
151
ip->t.c_oflag |= OPOST;
bin/stty/modes.c
179
{ "opost", OPOST, 0 },
bin/stty/modes.c
180
{ "-opost", 0, OPOST },
bin/stty/modes.c
181
{ "litout", 0, OPOST },
bin/stty/modes.c
182
{ "-litout", OPOST, 0 },
bin/stty/print.c
134
put("-opost", OPOST, 1);
lib/libc/termios/cfmakeraw.c
41
t->c_oflag &= ~OPOST;
lib/libedit/tty.c
203
#ifdef OPOST
lib/libedit/tty.c
204
{"opost", OPOST, MD_OUT},
lib/libedit/tty.c
67
{"oflag:", (OPOST | ONLCR), ONLRET},
lib/libedit/tty.c
75
{"oflag:", (OPOST | ONLCR), ONLRET},
libexec/comsat/comsat.c
277
cr = (ttybuf.c_oflag & ONLCR) && (ttybuf.c_oflag & OPOST) ?
libexec/getty/subr.c
251
SET(oflag, ONLCR|OPOST);
libexec/getty/subr.c
258
SET(oflag, OXTABS|OPOST);
libexec/getty/subr.c
266
CLR(oflag, OPOST);
sbin/reboot/reboot.c
208
t.c_oflag |= (ONLCR | OPOST);
sbin/shutdown/shutdown.c
478
t.c_oflag |= (ONLCR | OPOST);
sys/kern/tty.c
1823
if (!ISSET(tp->t_oflag, OPOST))
sys/kern/tty.c
2427
if (ISSET(tp->t_oflag, OPOST))
sys/kern/tty.c
606
if (!ISSET(oflag, OPOST)) {
sys/sys/ttydefaults.h
50
#define TTYDEF_OFLAG (OPOST | ONLCR)
usr.bin/cu/cu.c
275
tio.c_oflag &= ~OPOST;
usr.bin/cu/cu.c
302
tio.c_oflag &= ~OPOST;
usr.bin/less/screen.c
145
s.c_oflag |= (TAB3 | OPOST | ONLCR);
usr.bin/mg/ttyio.c
76
newtty.c_oflag &= ~OPOST;
usr.bin/ssh/sshtty.c
86
tio.c_oflag &= ~OPOST;
usr.bin/ssh/ttymodes.h
149
TTYMODE(OPOST, c_oflag, 70)
usr.bin/telnet/sys_bsd.c
305
tmp_tc.c_oflag &= ~OPOST;
usr.bin/telnet/sys_bsd.c
307
tmp_tc.c_oflag |= OPOST;
usr.bin/telnet/sys_bsd.c
312
tmp_tc.c_oflag |= OPOST;
usr.bin/tic/reset_cmd.c
296
tty_settings->c_oflag |= (OPOST
usr.bin/tmux/client.c
346
tio.c_oflag = OPOST|ONLCR;
usr.bin/tmux/tty.c
343
tio.c_oflag &= ~(OPOST|ONLCR|OCRNL|ONLRET);
usr.bin/vi/cl/cl_screen.c
460
clp->ex_enter.c_oflag |= ONLCR | OPOST;
usr.bin/vi/ex/ex_script.c
109
sc->sh_term.c_oflag &= ~OPOST;
usr.sbin/lpd/lp_stty.c
163
ip->t.c_oflag |= OPOST;
usr.sbin/lpd/lp_stty.c
421
{ "opost", OPOST, 0 },
usr.sbin/lpd/lp_stty.c
422
{ "-opost", 0, OPOST },
usr.sbin/lpd/lp_stty.c
423
{ "litout", 0, OPOST },
usr.sbin/lpd/lp_stty.c
424
{ "-litout", OPOST, 0 },
usr.sbin/lpr/lpd/key.c
133
ip->t.c_oflag |= OPOST;
usr.sbin/lpr/lpd/modes.c
176
{ "opost", OPOST, 0 },
usr.sbin/lpr/lpd/modes.c
177
{ "-opost", 0, OPOST },
usr.sbin/lpr/lpd/modes.c
178
{ "litout", 0, OPOST },
usr.sbin/lpr/lpd/modes.c
179
{ "-litout", OPOST, 0 },