Searched refs:c_oflag (Results 26 - 50 of 71) sorted by relevance

123

/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dkeyboard.c60 current_mode.c_oflag &= ~OPOST;
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_newterm.c79 buf.c_oflag &= ~(ONLCR);
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dkeyboard.c60 current_mode.c_oflag &= ~OPOST;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c594 register tcflag_t oflag = t->c_oflag;
661 t->c_oflag = oflag;
685 register tcflag_t oflag = t->c_oflag;
751 t->c_oflag = oflag;
/macosx-10.10.1/mail_cmds-30/comsat/
H A Dcomsat.c247 cr = (ttybuf.c_oflag & ONLCR) && (ttybuf.c_oflag & OPOST) ?
/macosx-10.10.1/screen-22/screen/
H A Dtty.c228 m->tio.c_oflag |= ONLCR;
231 m->tio.c_oflag |= TAB3;
234 m->tio.c_oflag |= OXTABS;
238 m->tio.c_oflag |= OPOST;
421 m->tio.c_oflag |= OPOST;
427 m->tio.c_oflag |= ONLCR;
430 m->tio.c_oflag |= TAB3;
688 np->tio.c_oflag &= ~ONLCR;
1836 debug1("c_oflag = %#x\n", (unsigned int)m->tio.c_oflag);
[all...]
H A Dtty.c.dist228 m->tio.c_oflag |= ONLCR;
231 m->tio.c_oflag |= TAB3;
234 m->tio.c_oflag |= OXTABS;
238 m->tio.c_oflag |= OPOST;
421 m->tio.c_oflag |= OPOST;
427 m->tio.c_oflag |= ONLCR;
430 m->tio.c_oflag |= TAB3;
688 np->tio.c_oflag &= ~ONLCR;
1836 debug1("c_oflag = %#x\n", (unsigned int)m->tio.c_oflag);
[all...]
H A Dtty.sh245 IF{ONLCR} m->tio.c_oflag |= ONLCR;
246 IF{TAB3} m->tio.c_oflag |= TAB3;
247 IF{OXTABS} m->tio.c_oflag |= OXTABS;
249 IF{OPOST} m->tio.c_oflag |= OPOST;
332 IF{OPOST} m->tio.c_oflag |= OPOST;
334 IF{ONLCR} m->tio.c_oflag |= ONLCR;
335 IF{TAB3} m->tio.c_oflag |= TAB3;
521 IF{ONLCR} np->tio.c_oflag &= ~ONLCR;
1512 debug1("c_oflag = %#x\n", (unsigned int)m->tio.c_oflag);
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtermios.c197 t->c_oflag &= ~OPOST;
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-openpty.c208 tio.c_oflag |= (OPOST | ONLCR);
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_tty.c72 tty_current.c_oflag = 0;
78 tty_current.c_oflag = tty_cooked.c_oflag;
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_leitch.c284 ttyb.c_oflag = 0;
311 ttyp->c_oflag = 0;
/macosx-10.10.1/adv_cmds-158/stty/
H A Dprint.c149 tmp = tp->c_oflag;
/macosx-10.10.1/efax-38/efax/
H A Defaxos.c389 s.c_iflag=s.c_oflag=s.c_lflag=s.c_cflag=s.c_cc[VMIN]=s.c_cc[VTIME]=0 ;
395 ckfld ( "oflag" , t->c_oflag , s.c_oflag ) ||
426 t.c_oflag = 0 ;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dhftctl.c166 term_new.c_oflag = 0;
H A Dsysdep.c648 s.main.c_oflag |= OPOST; /* Enable output postprocessing */
649 s.main.c_oflag &= ~ONLCR; /* Disable map of NL to CR-NL on output */
651 s.main.c_oflag &= ~(NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY);
670 s.main.c_oflag &= ~OLCUC; /* Disable upcasing on output. */
672 s.main.c_oflag &= ~TAB3; /* Disable tab expansion */
1285 && new.c_oflag == settings->main.c_oflag
1477 tty.main.c_oflag &= ~ONLCR; /* Disable map of NL to CR-NL
1479 tty.main.c_oflag &= ~TAB3; /* Disable tab expansion */
/macosx-10.10.1/sudo-73/src/
H A Dterm.c165 CLR(term.c_oflag, OPOST);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dtty.h158 #define t_oflag t_termios.c_oflag
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c476 if ((tp->c_oflag & OPOST) == 0)
479 tp->c_oflag |= OPOST|ONLCR;
/macosx-10.10.1/ruby-106/ruby/ext/io/console/
H A Dconsole.c133 t->c_oflag &= ~OPOST;
157 t->c_oflag |= OPOST;
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dmain.c428 tmode.c_oflag |= ONLCR;
518 tmode.c_oflag = TTYDEF_OFLAG;
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dcusub.c845 sSterm_new.c_oflag &=~ (OPOST);
861 sSterm_new.c_oflag &=~ (OPOST);
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_main.c273 ti.tio.c_oflag &= ~TAB3;
276 ti.tio.c_oflag &= ~OXTABS;
279 ti.tio.c_oflag &= ~XTABS;
284 ti.tio.c_oflag |= ONLCR;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c1509 tt->c_oflag = ott.c_oflag;
1528 ott.c_oflag = tt->c_oflag;
/macosx-10.10.1/less-25/less/
H A Dscreen.c382 s.c_oflag |= (0
402 s.c_oflag &= ~(0
492 s.c_oflag |= (OPOST|ONLCR|TAB3);
493 s.c_oflag &= ~(OCRNL|ONOCR|ONLRET);

Completed in 294 milliseconds

123