Searched refs:C_SPEED (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 91 #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) in set() 740 case C_SPEED: in set()
|