Searched refs:IGNPAR (Results 1 – 4 of 4) sorted by relevance
87 #define IGNPAR 0x00000004 /* ignore (discard) parity errors */ macro
348 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetflags()421 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetlflags()
598 CMP_FLAG(i, IGNPAR|IGNBRK) == (IGNPAR|IGNBRK)) && in ttydisc_optimize()887 if (CMP_FLAG(i, IGNPAR)) { in ttydisc_rint()
90 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|\