Searched refs:CS8 (Results 1 – 13 of 13) sorted by relevance
24 mode[CFLAG] = mode[CFLAG] | CS8
176 TTYMODE(CS8, c_cflag, 91)
135 #define CS8 0000060 macro
159 #define CS8 0000060 /* 8 bits per byte. */ macro
148 CS8 = 0000060 variable
77 buf.c_cflag |= CS8; in tty_semi_raw()
160 TT.termios.c_cflag |= CS8|CREAD|HUPCL|CBAUDEX; in termios_init()
509 {"CS8", CS8},
362 cflag |= TERMIOS.CS8
948 tios.c_cflag |= CS8 | CREAD | HUPCL; in set_up_tty()2670 tios.c_cflag |= CS8 | CREAD | CLOCAL;
1231 tios.c_cflag |= CS8 | CREAD | HUPCL;
452 #define tty__geteightbit(td) (((td)->c_cflag & CSIZE) == CS8)