Searched refs:CS8 (Results 1 – 4 of 4) 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()374 cflag |= CS8; in ttcompatsetflags()467 cflag |= CS8; in ttcompatsetlflags()
55 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
132 #define CS8 0x00000300 /* 8 bits */ macro
235 raw.c_cflag |= (CS8); in enableRawMode()