Symbol: OPOST
bin/stty/key.c
141
ip->t.c_oflag |= OPOST;
bin/stty/modes.c
183
{ "opost", OPOST, 0 },
bin/stty/modes.c
184
{ "-opost", 0, OPOST },
bin/stty/modes.c
185
{ "litout", 0, OPOST },
bin/stty/modes.c
186
{ "-litout", OPOST, 0 },
bin/stty/print.c
131
put("-opost", OPOST, 1);
crypto/heimdal/appl/login/stty_default.c
89
termios.c_oflag |= (OPOST|ONLCR);
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
444
tmp_tc.c_oflag &= ~OPOST;
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
446
tmp_tc.c_oflag |= OPOST;
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
450
tmp_tc.c_oflag |= OPOST;
crypto/heimdal/appl/telnet/telnetd/sys_term.c
565
termbuf.c_oflag &= ~OPOST;
crypto/heimdal/appl/telnet/telnetd/sys_term.c
569
termbuf.c_oflag |= OPOST;
crypto/heimdal/appl/telnet/telnetd/sys_term.c
582
return(!(termbuf.c_oflag&OPOST));
crypto/heimdal/appl/telnet/telnetd/sys_term.c
908
termbuf.c_oflag = OPOST|ONLCR|TAB3;
crypto/openssh/openbsd-compat/bsd-openpty.c
228
tio.c_oflag |= (OPOST | ONLCR);
crypto/openssh/sshtty.c
88
tio.c_oflag &= ~OPOST;
crypto/openssh/ttymodes.h
149
TTYMODE(OPOST, c_oflag, 70)
lib/libc/gen/termios.c
168
t->c_oflag &= ~OPOST;
lib/libvgl/keyboard.c
55
term.c_oflag = OPOST | ONLCR;
libexec/comsat/comsat.c
177
cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r";
libexec/getty/subr.c
317
SET(oflag, ONLCR|OPOST);
libexec/getty/subr.c
324
SET(oflag, OXTABS|OPOST);
libexec/getty/subr.c
335
CLR(oflag, OPOST);
sys/compat/linux/linux_ioctl.c
441
if (bios->c_oflag & OPOST)
sys/compat/linux/linux_ioctl.c
569
bios->c_oflag |= OPOST;
sys/kern/tty.c
90
#define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
sys/kern/tty_compat.c
307
if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8)
sys/kern/tty_compat.c
377
oflag &= ~OPOST;
sys/kern/tty_compat.c
379
oflag |= OPOST;
sys/kern/tty_compat.c
383
oflag |= OPOST;
sys/kern/tty_compat.c
470
oflag &= ~OPOST;
sys/kern/tty_compat.c
472
oflag |= OPOST;
sys/kern/tty_compat.c
476
oflag |= OPOST;
sys/kern/tty_ttydisc.c
456
MPASS(CMP_FLAG(o, OPOST));
sys/kern/tty_ttydisc.c
595
if (CMP_FLAG(o, OPOST)) {
sys/kern/tty_ttydisc.c
731
if (CMP_FLAG(o, OPOST) && CTL_ECHO(c, quote)) {
sys/sys/ttydefaults.h
47
#define TTYDEF_OFLAG (OPOST | ONLCR)
usr.bin/tip/tip/tip.c
210
term.c_oflag &= ~OPOST;
usr.bin/tip/tip/tip.c
555
cntrl.c_oflag &= ~OPOST;
usr.sbin/lpr/lpd/modes.c
180
{ "opost", OPOST, 0 },
usr.sbin/lpr/lpd/modes.c
181
{ "-opost", 0, OPOST },
usr.sbin/lpr/lpd/modes.c
182
{ "litout", 0, OPOST },
usr.sbin/lpr/lpd/modes.c
183
{ "-litout", OPOST, 0 },
usr.sbin/ppp/prompt.c
436
newtio.c_oflag &= ~OPOST;
usr.sbin/ppp/prompt.c
459
newtio.c_oflag |= OPOST;