Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dttydefaults.h49 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
H A D_termios.h94 #define IXON 0x00000200 /* enable output flow control */ macro
/f-stack/freebsd/kern/
H A Dtty_compat.c305 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags()
349 iflag |= BRKINT|IXON|IMAXBEL; in ttcompatsetflags()
H A Dtty_ttydisc.c595 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize()
983 if (CMP_FLAG(i, IXON)) { in ttydisc_rint()
H A Dtty.c91 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()
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c231 raw.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in enableRawMode()