Searched refs:IXON (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dttydefaults.h78 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
H A Dtermios.h96 #define VSTART 12 /* IXON, IXOFF */
97 #define VSTOP 13 /* IXON, IXOFF */
128 #define IXON 0x00000200 /* enable output flow control */ macro
/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c547 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
603 iflag |= BRKINT|IXON|IMAXBEL;
H A Dtty_pty.c961 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))
H A Dtty_ptmx.c1516 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))
H A Dtty.c594 * by ICANON, ISIG, or IXON.
658 if (ISSET(iflag, IXON)) {
1860 * works if IXON and IXANY are clear.

Completed in 31 milliseconds