Searched refs:TCSADRAIN (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsshtty.c61 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) {
91 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) {
/macosx-10.10.1/sudo-73/src/
H A Dterm.c85 # undef TCSADRAIN macro
86 # define TCSADRAIN TCSETAW macro
95 # undef TCSADRAIN macro
96 # define TCSADRAIN TIOCSETN macro
114 flags |= flush ? TCSAFLUSH : TCSADRAIN;
139 if (tcsetattr(fd, TCSADRAIN|TCSASOFT, &term) == 0) {
169 if (tcsetattr(fd, TCSADRAIN|TCSASOFT, &term) == 0) {
191 if (tcsetattr(fd, TCSADRAIN|TCSASOFT, &term) == 0) {
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dterminal.h64 # define TCSADRAIN TCSETSW macro
139 # define TCSADRAIN TCSETA macro
141 # define TCSADRAIN TCSETAW macro
147 # define TCSADRAIN TIOCSETN macro
/macosx-10.10.1/mail_cmds-30/mail/
H A Dtty.c125 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); local
133 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); local
140 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); local
148 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); local
161 tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); local
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-nextstep.c65 case TCSADRAIN:
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/disc/
H A Dsfdcmore.c94 #ifdef TCSADRAIN
110 tcsetattr(rfd, TCSADRAIN, &tty);
124 tcsetattr(rfd, TCSADRAIN, &old);
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dshtty.c58 return tcsetattr(fd, TCSADRAIN, ttp);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dsys_bsd.c54 # define TCSADRAIN TCSETSW macro
59 # define TCSADRAIN TCSETAW macro
63 # define TCSADRAIN TIOCSETAW macro
347 tcsetattr(tin, TCSADRAIN, &tmp_tc);
506 if (tcsetattr(tin, TCSADRAIN, &tmp_tc) < 0)
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c84 # define TCSADRAIN TCSETSW macro
89 # define TCSADRAIN TCSETAW macro
93 # define TCSADRAIN TIOCSETAW macro
399 * to drain, like we can do with the TCSADRAIN, but we don't have
415 tcsetattr(tin, TCSADRAIN, &tmp_tc);
676 if (tcsetattr(tin, TCSADRAIN, &tmp_tc) < 0)
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtermios.c78 case TCSADRAIN:
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzpty.c122 # ifndef TCSADRAIN
123 # define TCSADRAIN 1 /* XXX Princeton's include files are screwed up */ macro
125 tcsetattr(fd, TCSADRAIN, &ti->tio);
126 /* if (tcsetattr(SHTTY, TCSADRAIN, &ti->tio) == -1) */
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c556 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) {
1085 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) {
1110 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) {
1146 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_qu) == -1) {
1167 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) {
1322 if (tty_setty(el, TCSADRAIN, tios) == -1) {
/macosx-10.10.1/libedit-40/src/
H A Dtty.c588 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) {
1119 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) {
1144 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) {
1182 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_qu) == -1) {
1207 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) {
1369 if (tty_setty(el, TCSADRAIN, tios) == -1) {
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dtermios.h314 #define TCSADRAIN 1 /* drain output, then change */ macro
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_tty.c118 return(tcsetattr(exp_dev_tty, TCSADRAIN,tty));
624 tcsetattr(exp_dev_tty,TCSADRAIN, &tty_current) == -1
H A Dpty_termios.c308 (void) tcsetattr(fd, TCSADRAIN, &exp_tty_current);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.file.c107 on = TCSADRAIN;
124 on = TCSADRAIN;
H A Ded.term.c728 RETRY(xtcsetattr(fd, TCSADRAIN, &td->d_t));
/macosx-10.10.1/uucp-11/uucp/
H A Dsysdep.h203 #define fsetterminfodrain(o, q) (tcsetattr ((o), TCSADRAIN, (q)) == 0)
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c136 # define TCSADRAIN TCSETSW macro
141 # define TCSADRAIN TCSETAW macro
145 # define TCSADRAIN TIOCSETAW macro
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c124 # define TCSADRAIN TCSETSW macro
129 # define TCSADRAIN TCSETAW macro
133 # define TCSADRAIN TIOCSETAW macro
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c305 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR )
376 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR )
499 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR )
1547 case TCSADRAIN:
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c389 # define SETATTR(tty, tiop) (tcsetattr (tty, TCSADRAIN, tiop))
/macosx-10.10.1/efax-38/efax/
H A Defaxos.c465 /* msg("lttymode: tcsetattr(%d, TCSADRAIN,...)", f->fd); */
467 if ( ! err && tcsetattr ( f->fd, TCSADRAIN, pt ) )
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dread.c289 tty_set(fd,TCSADRAIN,&ep->e_nttyparm);

Completed in 604 milliseconds

12