Searched refs:CS8 (Results 1 – 5 of 5) sorted by relevance
53 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
95 EXPECT_EQ(CS8, static_cast<int>(t.c_cflag & CSIZE)); in TEST()
104 #define CS8 0x00000030 macro
65 s->c_cflag |= CS8; in cfmakeraw()
123 MACRO(CS8); in termios_h()