Searched refs:IXANY (Results 1 – 5 of 5) sorted by relevance
327 if ((iflag&IXANY) == 0) in ttcompatgetflags()403 iflag |= IXANY; in ttcompatsetflags()405 iflag &= ~IXANY; in ttcompatsetflags()443 iflag |= IXANY; in ttcompatsetlflags()445 iflag &= ~IXANY; in ttcompatsetlflags()
898 if (CMP_FLAG(i, IXANY)) { in ttydisc_rint()
91 INLCR|IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL)1736 (IXON|IXOFF|IXANY)) || in tty_generic_ioctl()
49 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
97 #define IXANY 0x00000800 /* any char will restart after stop */ macro