Searched refs:PARMRK (Results 1 – 4 of 4) sorted by relevance
88 #define PARMRK 0x00000008 /* mark parity and framing errors */ macro
348 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetflags()421 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetlflags()
597 (!CMP_FLAG(i, PARMRK) || in ttydisc_optimize()1038 if (CMP_FLAG(i, PARMRK) && (unsigned char)c == 0xff) { in ttydisc_rint()1051 if (CMP_FLAG(i, PARMRK)) { in ttydisc_rint()
90 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|\