Searched defs:C_SPEED (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Dstty.c91 #define C_SPEED 3 macro
132 { "ispeed", NUM, C_SPEED,0, CBAUD, 0, C("\an\a is the input baud rate") },
133 { "ospeed", NUM, C_SPEED,0, CBAUD, 0, C("\an\a is the output baud rate") },
134 { "speed", NUM, C_SPEED,IG, CBAUD },
721 if (tp->field == C_SPEED)
740 case C_SPEED:

Completed in 47 milliseconds