Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dtty_compat.c567 if ((cflag & CSIZE) == CS8) { 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()
798 cflag &= ~(CSIZE | PARENB); in ttcompatsetlflags()
/xnu-10002.41.9/bsd/sys/
H A Dtermios.h205 #define CSIZE 0x00000300 /* character size mask */ macro