Searched refs:IXON (Results 1 – 5 of 5) sorted by relevance
573 options.c_iflag &= ~(IXON | IXOFF | IXANY | INPCK); in _DriverControl()585 options.c_iflag |= (IXON | IXOFF); in _DriverControl()
452 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */ in TerminalNewMode()455 tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */ in TerminalNewMode()457 tmp_tc.c_iflag |= IXOFF|IXON|IXANY; in TerminalNewMode()459 tmp_tc.c_iflag |= IXOFF|IXON; in TerminalNewMode()
164 | ICRNL | IXON); in cfmakeraw()
55 #define IXON 0x400 /* enable input SW flow control */ macro
472 return((termbuf.c_iflag & IXON) ? 1 : 0); in tty_flowmode()