Searched refs:CSIZE (Results 1 – 3 of 3) sorted by relevance
288 if ((cflag&CSIZE) == CS8) { in ttcompatgetflags()306 || (cflag&(CSIZE|PARENB)) != CS8) in ttcompatgetflags()311 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8) in ttcompatgetflags()372 cflag &= ~(CSIZE|PARENB); in ttcompatsetflags()465 cflag &= ~(CSIZE|PARENB); in ttcompatsetlflags()
96 #define TTYSUP_CFLAG (CIGNORE|CSIZE|CSTOPB|CREAD|PARENB|PARODD|\
128 #define CSIZE 0x00000300 /* character size mask */ macro