Home
last modified time | relevance | path

Searched refs:C_SPEED (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c93 #define C_SPEED 3 macro
134 { "ispeed", NUM, C_SPEED,0, CBAUD, 0, C("\an\a is the input baud rate") },
135 { "ospeed", NUM, C_SPEED,0, CBAUD, 0, C("\an\a is the output baud rate") },
136 { "speed", NUM, C_SPEED,IG, CBAUD },
723 if (tp->field == C_SPEED) in set()
742 case C_SPEED: in set()