Searched refs:IXANY (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dttydefaults.h78 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
H A Dtermios.h132 #define IXANY 0x00000800 /* any char will restart after stop */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c558 if ((iflag&IXANY) == 0)
646 iflag |= IXANY;
648 iflag &= ~IXANY;
700 iflag |= IXANY;
702 iflag &= ~IXANY;
H A Dtty.c714 * IXANY means allow any character to restart output.
717 !ISSET(iflag, IXANY) && cc[VSTART] != cc[VSTOP]) {
1520 * works if IXON and IXANY are clear.

Completed in 30 milliseconds