Home
last modified time | relevance | path

Searched refs:PARENB (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/kern/
H A Dtty_compat.c572 } 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()
/xnu-8796.121.2/bsd/sys/
H A Dtermios.h212 #define PARENB 0x00001000 /* parity enable */ macro