Symbol: OPOST
bin/stty/key.c
144
ip->t.c_oflag |= OPOST;
bin/stty/modes.c
181
{ "opost", OPOST, 0 },
bin/stty/modes.c
182
{ "-opost", 0, OPOST },
bin/stty/modes.c
183
{ "litout", 0, OPOST },
bin/stty/modes.c
184
{ "-litout", OPOST, 0 },
bin/stty/print.c
131
put("-opost", OPOST, 1);
crypto/openssh/sshtty.c
88
tio.c_oflag &= ~OPOST;
crypto/openssh/ttymodes.h
149
TTYMODE(OPOST, c_oflag, 70)
lib/libc/gen/termios.c
172
t->c_oflag &= ~OPOST;
libexec/comsat/comsat.c
186
cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r";
libexec/getty/subr.c
313
SET(oflag, ONLCR|OPOST);
libexec/getty/subr.c
320
SET(oflag, OXTABS|OPOST);
libexec/getty/subr.c
331
CLR(oflag, OPOST);
libexec/telnetd/sys_term.c
573
termbuf.c_oflag &= ~OPOST;
libexec/telnetd/sys_term.c
577
termbuf.c_oflag |= OPOST;
libexec/telnetd/sys_term.c
598
return(!(termbuf.c_oflag&OPOST));
sys/kern/tty.c
2081
if (!ISSET(tp->t_oflag, OPOST))
sys/kern/tty.c
752
if (!ISSET(oflag, OPOST)) {
sys/platform/vkernel64/platform/console.c
449
tio.c_oflag |= OPOST | ONLCR;
sys/sys/ttydefaults.h
50
#define TTYDEF_OFLAG (OPOST | ONLCR)
usr.bin/dsynth/build.c
2479
tio.c_oflag |= OPOST | ONOCR;
usr.bin/telnet/sys_bsd.c
575
tmp_tc.c_oflag &= ~OPOST;
usr.bin/telnet/sys_bsd.c
579
tmp_tc.c_oflag |= OPOST;
usr.bin/tset/set.c
115
mode.c_oflag |= (OPOST
usr.sbin/lpr/lpd/modes.c
181
{ "opost", OPOST, 0 },
usr.sbin/lpr/lpd/modes.c
182
{ "-opost", 0, OPOST },
usr.sbin/lpr/lpd/modes.c
183
{ "litout", 0, OPOST },
usr.sbin/lpr/lpd/modes.c
184
{ "-litout", OPOST, 0 },
usr.sbin/ppp/prompt.c
434
newtio.c_oflag &= ~OPOST;
usr.sbin/ppp/prompt.c
457
newtio.c_oflag |= OPOST;