Searched refs:PARODD (Results 1 – 3 of 3) sorted by relevance
295 if (cflag&PARODD) in ttcompatgetflags()392 cflag &= ~PARODD; in ttcompatsetflags()395 cflag |= PARODD; in ttcompatsetflags()
96 #define TTYSUP_CFLAG (CIGNORE|CSIZE|CSTOPB|CREAD|PARENB|PARODD|\
136 #define PARODD 0x00002000 /* odd parity, else even */ macro