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

/ast/src/lib/libcmd/
H A Dstty.c100 #define BIT 1 macro
203 { "parenb", BIT, C_FLAG, 0, PARENB, PARENB, C("Enable (disable) parity generation and detection") },
204 { "parodd", BIT, C_FLAG, 0, PARODD, PARODD, C("Use odd (even) parity") },
206 { "parext", BIT, C_FLAG, 0, PAREXT, PAREXT },
209 { "cread", BIT, C_FLAG, SS, CREAD, CREAD, C("Enable (disable) input") },
215 { "hupcl", BIT, C_FLAG, 0, HUPCL, HUPCL, C("Hangup (do not hangup) connection on last close") },
216 { "hup", BIT, C_FLAG, IG, HUPCL, HUPCL, C("Same as \bhupcl\b") },
217 { "cstopb", BIT, C_FLAG, 0, CSTOPB, CSTOPB, C("Use two (one) stop bits") },
219 { "crtscts", BIT, C_FLAG, 0, CRTSCTS, CRTSCTS, C("Enable (disable) RTS/CTS handshaking") },
221 { "clocal", BIT, C_FLA
[all...]

Completed in 7 milliseconds