Searched refs:c_oflag (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-13-stable/crypto/heimdal/appl/login/
H A Dstty_default.c89 termios.c_oflag |= (OPOST|ONLCR);
90 termios.c_oflag &= ~OXTABS;
/freebsd-13-stable/crypto/openssh/
H A Dttymodes.h149 TTYMODE(OPOST, c_oflag, 70)
151 TTYMODE(OLCUC, c_oflag, 71)
154 TTYMODE(ONLCR, c_oflag, 72)
157 TTYMODE(OCRNL, c_oflag, 73)
160 TTYMODE(ONOCR, c_oflag, 74)
163 TTYMODE(ONLRET, c_oflag, 75)
H A Dsshtty.c88 tio.c_oflag &= ~OPOST;
/freebsd-13-stable/usr.bin/tset/
H A Dset.c99 mode.c_oflag &= ~(0
123 mode.c_oflag |= (OPOST
199 mode.c_oflag |= OLCUC;
204 mode.c_oflag &= ~OLCUC;
219 mode.c_oflag |= ONLCR;
223 mode.c_oflag |= OXTABS;
226 mode.c_oflag &= ~ONLCR;
233 mode.c_oflag &= ~OXTABS;
249 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
250 oldmode.c_oflag
[all...]
/freebsd-13-stable/contrib/ncurses/include/
H A Dncurses_mingw.h60 tcflag_t c_oflag; member in struct:termios
/freebsd-13-stable/contrib/tcsh/
H A Ded.init.c201 extty.d_t.c_oflag &= ~ttylist[EX_IO][M_OUTPUT].t_clrmask;
202 extty.d_t.c_oflag |= ttylist[EX_IO][M_OUTPUT].t_setmask;
325 edtty.d_t.c_oflag &= ~ttylist[ED_IO][M_OUTPUT].t_clrmask;
326 edtty.d_t.c_oflag |= ttylist[ED_IO][M_OUTPUT].t_setmask;
452 extty.d_t.c_oflag = tstty.d_t.c_oflag;
453 extty.d_t.c_oflag &= ~ttylist[EX_IO][M_OUTPUT].t_clrmask;
454 extty.d_t.c_oflag |= ttylist[EX_IO][M_OUTPUT].t_setmask;
456 edtty.d_t.c_oflag = tstty.d_t.c_oflag;
[all...]
H A Dmi.termios.c192 termios_p->c_oflag = sgbuf.sg_flags & (CRMOD | XTABS);
193 if (termios_p->c_oflag)
195 termios_p->c_oflag |= OPOST;
325 if (termios_p->c_oflag & OPOST)
330 if (termios_p->c_oflag & XTABS)
/freebsd-13-stable/bin/stty/
H A Dkey.c147 ip->t.c_oflag |= OPOST;
218 ip->t.c_oflag |= ONLCR;
221 ip->t.c_oflag &= ~ONLCR;
267 ip->t.c_oflag = def.c_oflag;
H A Dgfmt.c66 (u_long)tp->c_oflag);
110 tp->c_oflag = tmp;
H A Dmodes.c241 ip->t.c_oflag &= ~mp->unset;
242 ip->t.c_oflag |= mp->set;
/freebsd-13-stable/contrib/ncurses/progs/
H A Dreset_cmd.c254 tty_settings->c_oflag &= ~((unsigned) (0
293 tty_settings->c_oflag |= (OPOST
393 tty_settings->c_oflag |= ONLCR;
398 tty_settings->c_oflag |= OXTABS;
405 tty_settings->c_oflag &= ~((unsigned) ONLCR);
412 tty_settings->c_oflag &= ~OXTABS;
481 old_settings->c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
482 old_settings->c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
/freebsd-13-stable/lib/libvgl/
H A Dkeyboard.c57 term.c_oflag = OPOST | ONLCR;
/freebsd-13-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h52 tcflag_t c_oflag; // output mode flags member in struct:termios
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c358 tmp_tc.c_oflag |= ONLCR;
363 tmp_tc.c_oflag &= ~ONLCR;
408 tmp_tc.c_oflag |= OXTABS;
411 tmp_tc.c_oflag &= ~TABDLY;
412 tmp_tc.c_oflag |= TAB3;
416 tmp_tc.c_oflag &= ~OXTABS;
419 tmp_tc.c_oflag &= ~TABDLY;
444 tmp_tc.c_oflag &= ~OPOST;
446 tmp_tc.c_oflag |= OPOST;
450 tmp_tc.c_oflag |
[all...]
/freebsd-13-stable/contrib/telnet/telnet/
H A Dsys_bsd.c434 tmp_tc.c_oflag |= ONLCR;
443 tmp_tc.c_oflag &= ~ONLCR;
520 tmp_tc.c_oflag |= OXTABS;
523 tmp_tc.c_oflag &= ~TABDLY;
524 tmp_tc.c_oflag |= TAB3;
532 tmp_tc.c_oflag &= ~OXTABS;
535 tmp_tc.c_oflag &= ~TABDLY;
579 tmp_tc.c_oflag &= ~OPOST;
583 tmp_tc.c_oflag |= OPOST;
/freebsd-13-stable/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));
590 return (termbuf.c_oflag & OXTABS);
593 return ((termbuf.c_oflag & TABDLY) == TAB3);
602 termbuf.c_oflag |= OXTABS;
605 termbuf.c_oflag &= ~TABDLY;
606 termbuf.c_oflag |= TAB3;
610 termbuf.c_oflag &= ~OXTABS;
613 termbuf.c_oflag
[all...]
/freebsd-13-stable/usr.sbin/lpr/lpd/
H A Dmodes.c228 ip->c_oflag &= ~mp->unset;
229 ip->c_oflag |= mp->set;
/freebsd-13-stable/libexec/getty/
H A Dsubr.c246 tmode.c_oflag = O0;
255 tmode.c_oflag = O1;
264 tmode.c_oflag = O2;
271 oflag = omode.c_oflag;
389 tmode.c_oflag = oflag;
/freebsd-13-stable/sys/kern/
H A Dtty_compat.c280 tcflag_t oflag = tp->t_termios.c_oflag;
340 tcflag_t oflag = t->c_oflag;
407 t->c_oflag = oflag;
417 tcflag_t oflag = t->c_oflag;
483 t->c_oflag = oflag;
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dsys_term.c565 termbuf.c_oflag &= ~OPOST;
569 termbuf.c_oflag |= OPOST;
590 return(!(termbuf.c_oflag&OPOST));
653 return (termbuf.c_oflag & OXTABS);
656 return ((termbuf.c_oflag & TABDLY) == TAB3);
672 termbuf.c_oflag |= OXTABS;
675 termbuf.c_oflag &= ~TABDLY;
676 termbuf.c_oflag |= TAB3;
680 termbuf.c_oflag &= ~OXTABS;
683 termbuf.c_oflag
[all...]
/freebsd-13-stable/contrib/ntp/libntp/
H A Dicom.c161 ttyb.c_oflag = 0; /* output modes */
/freebsd-13-stable/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_ttypty.c83 tio.c_oflag &= ~ONLCR;
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c93 term.c_oflag = TTYDEF_OFLAG;
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c60 current_mode.c_oflag &= ~OPOST;
/freebsd-13-stable/sys/sys/
H A D_termios.h222 tcflag_t c_oflag; /* output flags */ member in struct:termios

Completed in 152 milliseconds

123