Searched refs:IXON (Results 1 – 6 of 6) sorted by relevance
49 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
94 #define IXON 0x00000200 /* enable output flow control */ macro
305 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags()349 iflag |= BRKINT|IXON|IMAXBEL; in ttcompatsetflags()
595 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize()983 if (CMP_FLAG(i, IXON)) { in ttydisc_rint()
91 INLCR|IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL)1736 (IXON|IXOFF|IXANY)) || in tty_generic_ioctl()1777 if (tp->t_termios.c_iflag & IXON && in tty_generic_ioctl()
231 raw.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in enableRawMode()