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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c515 if (iflag&IXOFF)
642 iflag |= IXOFF;
644 iflag &= ~IXOFF;
696 iflag |= IXOFF;
698 iflag &= ~IXOFF;
H A Dtty.c81 * o Send STOP if IXOFF is toggled off while TS_TBLOCK is set.
419 (ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) &&
1380 if (ISSET(tp->t_iflag, IXOFF)) {
1427 * Handle input high water. Send stop character for the IXOFF case. Turn
1435 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE &&
1442 * Handle input low water. Send start character for the IXOFF case. Turn
1450 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTART] != _POSIX_VDISABLE &&
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtermios.h96 #define VSTART 12 /* IXON, IXOFF */
97 #define VSTOP 13 /* IXON, IXOFF */
131 #define IXOFF 0x00000400 /* enable input flow control */ macro

Completed in 64 milliseconds