CSTOPB
{ "cstopb", CSTOPB, 0 },
{ "-cstopb", 0, CSTOPB },
put("-cstopb", CSTOPB, 0);
#ifdef CSTOPB
{"cstopb", CSTOPB, MD_CTL},
tty.c_cflag |= CSTOPB;
tty.c_cflag &= ~CSTOPB;
comconscflag = (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) |
comconscflag = (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) |
wr4 |= (tp->t_cflag & CSTOPB) ? WR4_STOP2 : WR4_STOP1;
#define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
if (cflag & CSTOPB)
if (ISSET(t->c_cflag, CSTOPB))
if (ISSET(t->c_cflag, CSTOPB))
if (ISSET(t->c_cflag, CSTOPB))
if (ISSET(cflag, CSTOPB))
if (t->c_cflag & CSTOPB) {
if (ISSET(t->c_cflag, CSTOPB))
if (ISSET(t->c_cflag, CSTOPB))
if (ISSET(t->c_cflag, CSTOPB))
if (ISSET(t->c_cflag, CSTOPB))
value = (cflag & CSTOPB) ? 1 : 0;
if (ISSET(cflag, PARENB) || ISSET(cflag, CSTOPB))
if (ISSET(cflag, CSTOPB)) {
t.c_cflag = CSTOPB | CS8;
cfg |= ISSET(t->c_cflag, CSTOPB) ?
if (ISSET(t->c_cflag, CSTOPB))
t.c_cflag = CSTOPB | CS8;
lcr |= (cflag & CSTOPB) ? UKSPAN_STOP_2 : UKSPAN_STOP_1;
if (t->c_cflag & CSTOPB)
if (ISSET(t->c_cflag, CSTOPB))
if (ISSET(t->c_cflag, CSTOPB))
if (ISSET(t->c_cflag, CSTOPB))
if (ISSET(t->c_cflag, CSTOPB))
if (ISSET(t->c_cflag, CSTOPB))
if (ISSET(t->c_cflag, CSTOPB))
if (ISSET(t->c_cflag, CSTOPB))
if (ISSET(t->c_cflag, CSTOPB))
| CSTOPB
{ "cstopb", CSTOPB, 0 },
{ "-cstopb", 0, CSTOPB },
{ "cstopb", CSTOPB, 0 },
{ "-cstopb", 0, CSTOPB },
tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB);
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */