CSTOPB
"cstopb", CSTOPB, 0,
"-cstopb", 0, CSTOPB,
"stopb", CSTOPB, 0,
"-stopb", 0, CSTOPB,
tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
stopbits = (stopbits == 1) ? 0 : CSTOPB;
stopbits = (stopbits == 1) ? 0 : CSTOPB;
tip->c_cflag &= ~CSTOPB;
tip->c_cflag |= CSTOPB;
if (m&CSTOPB)
(void) printf("-cstopb "+((m&CSTOPB) != 0));
"cstopb", CSTOPB, 0,
"-cstopb", 0, CSTOPB,
termios.c_cflag &= ~CSTOPB;
termios.c_cflag |= CSTOPB;
if (m & CSTOPB)
(void) fprintf(output, "-cstopb " + ((m & CSTOPB) != 0));
"cstopb", CSTOPB, 0,
"-cstopb", 0, CSTOPB,
(CLOCAL|CREAD|CSTOPB|CSIZE|PARENB|PARODD|CBAUD|CBAUDEXT);
if (c_flag & CSTOPB)
asy->asy_cflag |= CSTOPB;
~(CSIZE | CBAUD | CBAUDEXT | PARODD | PARENB | CSTOPB);
termiosp->c_cflag |= CSTOPB; /* 1 extra stop bit */
termiosp->c_cflag |= CSTOPB;
if ((termiosp->c_cflag & CSTOPB) && csp->t_ispeed != B110)
{ DS_PARAM_STOPB, .val.ui = CSTOPB },
if (pe->val.ui & CSTOPB)
if (pe->val.ui & CSTOPB) {
pe[1].val.ui = c_flag & CSTOPB;
if (pe->val.ui & CSTOPB) {
if (pe->val.ui & CSTOPB) {
if (pe->val.ui & CSTOPB) {
wr4 |= (za->za_ttycommon.t_cflag & CSTOPB) ?
if (za->za_ttycommon.t_cflag & CSTOPB) printf(" t_cfl:CSTOPB");
(CLOCAL | CREAD | CSTOPB | CSIZE | PARENB | PARODD | CBAUD |
if (c_flag & CSTOPB)