Searched refs:stopbits (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.h91 extern int stopbits; /* and expects this many stop bits */
H A Difdef.c117 stopbits = (stopbits == 1) ? 0 : CSTOPB;
121 termio.c_cflag = HUPCL | CREAD | CS8 | stopbits |
129 stopbits = (stopbits == 1) ? 0 : CSTOPB;
133 termios.c_cflag = HUPCL | CREAD | CS8 | stopbits |
H A Dpostio.c174 int stopbits = 1; /* number of stop bits */ variable
345 if ((stopbits = atoi(optarg)) < 1 || stopbits > 2)
346 stopbits = 1;
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c133 int stopbits = 1; /* number of stop bits */ variable

Completed in 81 milliseconds