Home
last modified time | relevance | path

Searched refs:IXON (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.121.6/bsd/sys/
H A Dttydefaults.h78 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
H A Dtermios.h128 #define IXON 0x00000200 /* enable output flow control */ macro
/xnu-11417.121.6/bsd/kern/
H A Dtty_compat.c586 if (iflag & (INPCK | ISTRIP | IXON) || lflag & (IEXTEN | ISIG) in ttcompatgetflags()
652 iflag |= BRKINT | IXON | IMAXBEL; in ttcompatsetflags()
H A Dtty_dev.c1208 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s'))
H A Dtty.c651 if (ISSET(iflag, IXON)) { in ttyinput()