Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dtty_compat.c561 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()
H A Dtty.c523 (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()
/xnu-10002.41.9/bsd/sys/
H A Dtermios.h129 #define IXOFF 0x00000400 /* enable input flow control */ macro