Searched refs:OPOST (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-10.3-release/crypto/heimdal/appl/login/
H A Dstty_default.c89 termios.c_oflag |= (OPOST|ONLCR);
/freebsd-10.3-release/bin/stty/
H A Dmodes.c186 { "opost", OPOST, 0 },
187 { "-opost", 0, OPOST },
188 { "litout", 0, OPOST },
189 { "-litout", OPOST, 0 },
H A Dkey.c148 ip->t.c_oflag |= OPOST;
H A Dprint.c136 put("-opost", OPOST, 1);
/freebsd-10.3-release/usr.sbin/lpr/lpd/
H A Dmodes.c186 { "opost", OPOST, 0 },
187 { "-opost", 0, OPOST },
188 { "litout", 0, OPOST },
189 { "-litout", OPOST, 0 },
/freebsd-10.3-release/lib/libvgl/
H A Dkeyboard.c55 term.c_oflag = OPOST | ONLCR;
/freebsd-10.3-release/crypto/openssh/
H A Dsshtty.c88 tio.c_oflag &= ~OPOST;
H A Dttymodes.h155 TTYMODE(OPOST, c_oflag, 70)
/freebsd-10.3-release/sys/sys/
H A Dttydefaults.h48 #define TTYDEF_OFLAG (OPOST | ONLCR)
H A D_termios.h102 #define OPOST 0x00000001 /* enable following output processing */ macro
/freebsd-10.3-release/sys/kern/
H A Dtty_compat.c309 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8)
379 oflag &= ~OPOST;
381 oflag |= OPOST;
385 oflag |= OPOST;
472 oflag &= ~OPOST;
474 oflag |= OPOST;
478 oflag |= OPOST;
/freebsd-10.3-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c126 {OPOST, "OPOST"},
133 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET)
/freebsd-10.3-release/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c60 current_mode.c_oflag &= ~OPOST;
/freebsd-10.3-release/contrib/tcsh/
H A Dmi.termios.c190 * OPOST: set if CRMOD or XTABS is set
197 termios_p->c_oflag |= OPOST;
327 if (termios_p->c_oflag & OPOST)
H A Ded.term.c45 { "oflag:", (OPOST|ONLCR), ONLRET },
58 { "oflag:", (OPOST|ONLCR), ONLRET },
144 # ifdef OPOST
145 { "opost", OPOST, M_OUTPUT },
146 # endif /* OPOST */
/freebsd-10.3-release/libexec/comsat/
H A Dcomsat.c194 cr = ((tio.c_oflag & (OPOST|ONLCR)) == (OPOST|ONLCR)) ? "\n" : "\n\r";
/freebsd-10.3-release/libexec/getty/
H A Dsubr.c323 SET(oflag, ONLCR|OPOST);
330 SET(oflag, OXTABS|OPOST);
341 CLR(oflag, OPOST);
/freebsd-10.3-release/lib/libc/gen/
H A Dtermios.c172 t->c_oflag &= ~OPOST;
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c208 tio.c_oflag |= (OPOST | ONLCR);
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c444 tmp_tc.c_oflag &= ~OPOST;
446 tmp_tc.c_oflag |= OPOST;
450 tmp_tc.c_oflag |= OPOST;
/freebsd-10.3-release/usr.bin/tip/tip/
H A Dtip.c223 term.c_oflag &= ~OPOST;
558 cntrl.c_oflag &= ~OPOST;
/freebsd-10.3-release/usr.sbin/ppp/
H A Dprompt.c436 newtio.c_oflag &= ~OPOST;
459 newtio.c_oflag |= OPOST;
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c565 termbuf.c_oflag &= ~OPOST;
569 termbuf.c_oflag |= OPOST;
582 return(!(termbuf.c_oflag&OPOST));
908 termbuf.c_oflag = OPOST|ONLCR|TAB3;
/freebsd-10.3-release/usr.bin/tset/
H A Dset.c121 mode.c_oflag |= (OPOST
/freebsd-10.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c583 tmp_tc.c_oflag &= ~OPOST;
587 tmp_tc.c_oflag |= OPOST;

Completed in 217 milliseconds

12