Searched refs:PARENB (Results 1 – 2 of 2) sorted by relevance
572 } else if (cflag & PARENB) { in ttcompatgetflags()587 || (cflag & (CSIZE | PARENB)) != CS8) { in ttcompatgetflags()593 if (!(flags & RAW) && !(oflag & OPOST) && (cflag & (CSIZE | PARENB)) == CS8) { in ttcompatgetflags()678 cflag &= ~(CSIZE | PARENB); in ttcompatsetflags()693 cflag |= CS7 | PARENB; in ttcompatsetflags()798 cflag &= ~(CSIZE | PARENB); in ttcompatsetlflags()813 cflag |= CS7 | PARENB; in ttcompatsetlflags()
212 #define PARENB 0x00001000 /* parity enable */ macro