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

/xnu-2422.115.4/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)) &&
1711 if (ISSET(tp->t_iflag, IXOFF)) {
1754 * Handle input high water. Send stop character for the IXOFF case. Turn
1766 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE &&
1774 * Handle input low water. Send start character for the IXOFF case. Turn
1786 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTART] != _POSIX_VDISABLE &&
/xnu-2422.115.4/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

Completed in 21 milliseconds