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

123

/freebsd-10.2-release/crypto/heimdal/appl/login/
H A Dstty_default.c89 termios.c_oflag |= (OPOST|ONLCR);
90 termios.c_oflag &= ~OXTABS;
/freebsd-10.2-release/crypto/openssh/
H A Dttymodes.h155 TTYMODE(OPOST, c_oflag, 70)
157 TTYMODE(OLCUC, c_oflag, 71)
160 TTYMODE(ONLCR, c_oflag, 72)
163 TTYMODE(OCRNL, c_oflag, 73)
166 TTYMODE(ONOCR, c_oflag, 74)
169 TTYMODE(ONLRET, c_oflag, 75)
H A Dsshtty.c88 tio.c_oflag &= ~OPOST;
/freebsd-10.2-release/usr.bin/tset/
H A Dset.c97 mode.c_oflag &= ~(0
121 mode.c_oflag |= (OPOST
197 mode.c_oflag |= OLCUC;
202 mode.c_oflag &= ~OLCUC;
217 mode.c_oflag |= ONLCR;
221 mode.c_oflag |= OXTABS;
224 mode.c_oflag &= ~ONLCR;
231 mode.c_oflag &= ~OXTABS;
247 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
248 oldmode.c_oflag
[all...]
/freebsd-10.2-release/sys/compat/svr4/
H A Dsvr4_termios.c146 st->c_iflag, st->c_oflag, st->c_cflag, st->c_lflag));
160 bt->c_iflag, bt->c_oflag, bt->c_cflag, bt->c_lflag);
291 svr4_to_bsd_flag1(c_oflag,O,POST);
292 undefined_flag1(c_oflag,O,LCUC);
293 svr4_to_bsd_flag1(c_oflag,O,NLCR);
294 undefined_flag1(c_oflag,O,CRNL);
295 undefined_flag1(c_oflag,O,NOCR);
296 undefined_flag1(c_oflag,O,NLRET);
297 undefined_flag1(c_oflag,O,FILL);
298 undefined_flag1(c_oflag,
[all...]
H A Dsvr4_termios.h44 svr4_tcflag_t c_oflag; member in struct:svr4_termios
52 u_short c_oflag; member in struct:svr4_termio
/freebsd-10.2-release/bin/stty/
H A Dgfmt.c65 (u_long)tp->c_oflag);
109 tp->c_oflag = tmp;
H A Dkey.c148 ip->t.c_oflag |= OPOST;
219 ip->t.c_oflag |= ONLCR;
222 ip->t.c_oflag &= ~ONLCR;
268 ip->t.c_oflag = def.c_oflag;
H A Dmodes.c240 ip->t.c_oflag &= ~mp->unset;
241 ip->t.c_oflag |= mp->set;
/freebsd-10.2-release/contrib/tcsh/
H A Ded.init.c205 extty.d_t.c_oflag &= ~ttylist[EX_IO][M_OUTPUT].t_clrmask;
206 extty.d_t.c_oflag |= ttylist[EX_IO][M_OUTPUT].t_setmask;
329 edtty.d_t.c_oflag &= ~ttylist[ED_IO][M_OUTPUT].t_clrmask;
330 edtty.d_t.c_oflag |= ttylist[ED_IO][M_OUTPUT].t_setmask;
456 extty.d_t.c_oflag = tstty.d_t.c_oflag;
457 extty.d_t.c_oflag &= ~ttylist[EX_IO][M_OUTPUT].t_clrmask;
458 extty.d_t.c_oflag |= ttylist[EX_IO][M_OUTPUT].t_setmask;
460 edtty.d_t.c_oflag = tstty.d_t.c_oflag;
[all...]
H A Dmi.termios.c194 termios_p->c_oflag = sgbuf.sg_flags & (CRMOD | XTABS);
195 if (termios_p->c_oflag)
197 termios_p->c_oflag |= OPOST;
327 if (termios_p->c_oflag & OPOST)
332 if (termios_p->c_oflag & XTABS)
/freebsd-10.2-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_ttyflags.c116 if (cur_term->Ottyb.c_oflag & OFLAGS_TABS)
141 cur_term->Nttyb.c_oflag &= ~OFLAGS_TABS;
/freebsd-10.2-release/sys/i386/ibcs2/
H A Dibcs2_termios.h48 u_short c_oflag; member in struct:ibcs2_termio
57 ibcs2_tcflag_t c_oflag; member in struct:ibcs2_termios
/freebsd-10.2-release/contrib/llvm/tools/lldb/tools/driver/
H A DPlatform.h58 tcflag_t c_oflag; // output mode flags member in struct:termios
/freebsd-10.2-release/lib/libvgl/
H A Dkeyboard.c55 term.c_oflag = OPOST | ONLCR;
/freebsd-10.2-release/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-10.2-release/contrib/telnet/telnet/
H A Dsys_bsd.c438 tmp_tc.c_oflag |= ONLCR;
447 tmp_tc.c_oflag &= ~ONLCR;
524 tmp_tc.c_oflag |= OXTABS;
527 tmp_tc.c_oflag &= ~TABDLY;
528 tmp_tc.c_oflag |= TAB3;
536 tmp_tc.c_oflag &= ~OXTABS;
539 tmp_tc.c_oflag &= ~TABDLY;
583 tmp_tc.c_oflag &= ~OPOST;
587 tmp_tc.c_oflag |= OPOST;
/freebsd-10.2-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));
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-10.2-release/lib/libc/gen/
H A Dtermios.c172 t->c_oflag &= ~OPOST;
191 t->c_oflag = TTYDEF_OFLAG;
/freebsd-10.2-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c173 if (tty->c_oflag & ALLOUT)
174 lookup_bits(buf, oflags, "oflags", tty->c_oflag);
/freebsd-10.2-release/usr.sbin/lpr/lpd/
H A Dmodes.c226 ip->c_oflag &= ~mp->unset;
227 ip->c_oflag |= mp->set;
/freebsd-10.2-release/libexec/getty/
H A Dsubr.c248 tmode.c_oflag = O0;
257 tmode.c_oflag = O1;
266 tmode.c_oflag = O2;
273 oflag = omode.c_oflag;
391 tmode.c_oflag = oflag;
/freebsd-10.2-release/sys/kern/
H A Dtty_compat.c278 tcflag_t oflag = tp->t_termios.c_oflag;
338 tcflag_t oflag = t->c_oflag;
405 t->c_oflag = oflag;
415 tcflag_t oflag = t->c_oflag;
481 t->c_oflag = oflag;
/freebsd-10.2-release/contrib/telnet/telnetd/
H A Dsys_term.c571 termbuf.c_oflag &= ~OPOST;
575 termbuf.c_oflag |= OPOST;
596 return(!(termbuf.c_oflag&OPOST));
659 return (termbuf.c_oflag & OXTABS);
662 return ((termbuf.c_oflag & TABDLY) == TAB3);
678 termbuf.c_oflag |= OXTABS;
681 termbuf.c_oflag &= ~TABDLY;
682 termbuf.c_oflag |= TAB3;
686 termbuf.c_oflag &= ~OXTABS;
689 termbuf.c_oflag
[all...]
/freebsd-10.2-release/contrib/ncurses/progs/
H A Dtset.c788 mode.c_oflag &= ~(0
827 mode.c_oflag |= (OPOST
921 mode.c_oflag |= OLCUC;
926 mode.c_oflag &= ~OLCUC;
943 mode.c_oflag |= ONLCR;
948 mode.c_oflag |= OXTABS;
955 mode.c_oflag &= ~ONLCR;
966 mode.c_oflag &= ~OXTABS;
985 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
986 oldmode.c_oflag
[all...]

Completed in 219 milliseconds

123