Searched refs:CSTOPB (Results 1 – 11 of 11) sorted by relevance
136 #define CSTOPB 0000100 macro
373 cflag &= ~(TERMIOS.CSTOPB)375 cflag |= (TERMIOS.CSTOPB) # XXX same as TWO.. there is no POSIX support for 1.5377 cflag |= (TERMIOS.CSTOPB)
160 #define CSTOPB 0000100 /* Two stop bits instead of one. */ macro
149 CSTOPB = 0000100 variable
152 TT.termios.c_cflag &= (0|CSTOPB|PARENB|PARODD); in termios_init()
84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
492 {"CSTOPB", CSTOPB},
947 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); in set_up_tty()979 tios.c_cflag |= CSTOPB; in set_up_tty()2669 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB);
1212 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);1229 tios.c_cflag |= CSTOPB;
266 #ifdef CSTOPB267 {"cstopb", CSTOPB, MD_CTL},