Searched refs:CS8 (Results 1 – 5 of 5) 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()680 cflag |= CS8; in ttcompatsetflags()800 cflag |= CS8; in ttcompatsetlflags()
81 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
209 #define CS8 0x00000300 /* 8 bits */ macro
109 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
86 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()