Searched refs:CSIZE (Results 1 – 2 of 2) sorted by relevance
567 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()
205 #define CSIZE 0x00000300 /* character size mask */ macro