Searched refs:stopbits (Results 1 – 4 of 4) sorted by relevance
117 stopbits = (stopbits == 1) ? 0 : CSTOPB; in setupline()121 termio.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()129 stopbits = (stopbits == 1) ? 0 : CSTOPB; in setupline()133 termios.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()
91 extern int stopbits; /* and expects this many stop bits */
174 int stopbits = 1; /* number of stop bits */ variable345 if ((stopbits = atoi(optarg)) < 1 || stopbits > 2) in options()346 stopbits = 1; in options()
133 int stopbits = 1; /* number of stop bits */ variable