Searched refs:IGNBRK (Results 1 – 4 of 4) sorted by relevance
85 #define IGNBRK 0x00000001 /* ignore BREAK condition */ macro
596 (!CMP_FLAG(i, BRKINT) || CMP_FLAG(i, IGNBRK)) && in ttydisc_optimize()598 CMP_FLAG(i, IGNPAR|IGNBRK) == (IGNPAR|IGNBRK)) && in ttydisc_optimize()873 if (CMP_FLAG(i, IGNBRK)) { in ttydisc_rint()
345 iflag = IGNBRK; in ttcompatsetflags()
90 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|\