Searched refs:IXOFF (Results 1 – 3 of 3) sorted by relevance
561 if (iflag & IXOFF) { in ttcompatgetflags()708 iflag |= IXOFF; in ttcompatsetflags()710 iflag &= ~IXOFF; in ttcompatsetflags()768 iflag |= IXOFF; in ttcompatsetlflags()770 iflag &= ~IXOFF; in ttcompatsetlflags()
523 (ISSET(tp->t_cflag, CRTS_IFLOW) || ISSET(iflag, IXOFF)) && in ttyinput()1862 if (ISSET(tp->t_iflag, IXOFF)) { in ttyflush()1917 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE && in ttyblock()1938 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTART] != _POSIX_VDISABLE && in ttyunblock()
129 #define IXOFF 0x00000400 /* enable input flow control */ macro