Searched refs:IXOFF (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF);
H A Dttymodes.h126 TTYMODE(IXOFF, c_iflag, 40)
/macosx-10.10.1/adv_cmds-158/stty/
H A Dmodes.c130 { "ixoff", IXOFF, 0 },
131 { "-ixoff", 0, IXOFF },
132 { "tandem", IXOFF, 0 },
133 { "-tandem", 0, IXOFF },
H A Dprint.c138 put("-ixoff", IXOFF, 0);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/trace/
H A Dlib_tracebits.c121 {IXOFF, "IXOFF"},
123 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF)
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c526 if (iflag&IXOFF)
653 iflag |= IXOFF;
655 iflag &= ~IXOFF;
707 iflag |= IXOFF;
709 iflag &= ~IXOFF;
H A Dtty.c81 * o Send STOP if IXOFF is toggled off while TS_TBLOCK is set.
532 (ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) &&
1743 if (ISSET(tp->t_iflag, IXOFF)) {
1786 * Handle input high water. Send stop character for the IXOFF case. Turn
1798 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE &&
1806 * Handle input low water. Send start character for the IXOFF case. Turn
1818 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTART] != _POSIX_VDISABLE &&
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dsys_bsd.c371 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */
374 tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */
376 tmp_tc.c_iflag |= IXOFF|IXON|IXANY;
378 tmp_tc.c_iflag |= IXOFF|IXON;
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtermios.c195 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c455 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */
458 tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */
460 tmp_tc.c_iflag |= IXOFF|IXON|IXANY;
462 tmp_tc.c_iflag |= IXOFF|IXON;
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dtermios.h96 #define VSTART 12 /* IXON, IXOFF */
97 #define VSTOP 13 /* IXON, IXOFF */
129 #define IXOFF 0x00000400 /* enable input flow control */ macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c592 tiop->c_iflag &= ~(IXON | IXOFF | IXANY);
595 tiop->c_iflag &= ~(IXON | IXOFF);
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dcusub.c844 sSterm_new.c_iflag &=~ (INLCR | IGNCR | ICRNL | IXON | IXOFF | IXANY);
860 sSterm_new.c_iflag &=~ (INLCR | IGNCR | ICRNL | IXON | IXOFF);
H A Dserial.c207 | IXON | IXANY | IXOFF | IMAXBEL)
218 | INLCR | INPCK | ISTRIP | IXOFF | IXON \
3392 iclear = IXON | IXOFF;
3404 iclear = IXOFF;
3414 iclear = IXOFF;
3426 iset = IXON | IXOFF;
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.term.c75 { "iflag:", 0, IXON | IXOFF },
134 # ifdef IXOFF
135 { "ixoff", IXOFF, M_INPUT },
136 # endif /* IXOFF */
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp1404 && ISSET(tp->t_iflag, (IXON|IXOFF))
1534 CLR(tp->t_iflag, IXON | IXOFF | IXANY);
1642 if (ISSET(t->c_iflag, (IXOFF|IXON))
1734 if ( ISSET(t->c_iflag, IXOFF) )
1743 CLR(t->c_iflag, IXON | IXOFF | IXANY);
2501 SET(t->c_iflag, IXOFF);
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c86 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
198 #ifdef IXOFF
199 {"ixoff", IXOFF, MD_INP},
200 #endif /* IXOFF */
/macosx-10.10.1/libedit-40/src/
H A Dtty.c87 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
199 #ifdef IXOFF
200 {"ixoff", IXOFF, MD_INP},
201 #endif /* IXOFF */
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dtty.c78 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
190 #ifdef IXOFF
191 {"ixoff", IXOFF, MD_INP},
192 #endif /* IXOFF */
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c239 { "ixoff", BIT, I_FLAG, US, IXOFF, IXOFF, C("Disable (enable) XON/XOFF flow control") },
/macosx-10.10.1/remote_cmds-47/rlogin.tproj/
H A Drlogin.c805 // tt.c_iflag &= ~(IXON | IXOFF);
813 // tt.c_iflag |= (IXON|IXOFF);
940 tty.c_iflag &= IXOFF;
943 // tt.c_iflag &= ~(IXON | IXOFF | ISTRIP);
/macosx-10.10.1/screen-22/screen/
H A Dtty.c951 m->tio.c_iflag |= IXOFF;
959 m->tio.c_iflag &= ~IXOFF;
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixChan.c783 CLEAR_BITS(iostate.c_iflag, IXON | IXOFF | IXANY);
790 SET_BITS(iostate.c_iflag, IXON | IXOFF | IXANY);
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixChan.c953 iostate.c_iflag &= ~(IXON | IXOFF | IXANY);
960 iostate.c_iflag |= (IXON | IXOFF | IXANY);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c926 termbuf.c_iflag &= ~IXOFF;

Completed in 282 milliseconds

12