Searched defs:NUM (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | stty.c | 102 #define NUM 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 }, 198 { "line", NUM, C_LINE, 0, 0, 0, C("Line discipline number") }, 200 { "min", NUM, T_CHAR, 0, VMIN, 0, C("Mininmum number of characters to read in raw mode") }, 201 { "time", NUM, T_CHAR, 0, VTIME, 0, C("Number of .1 second intervals with raw mode") }, 719 case NUM: 846 listchars(sp,NUM);
|
Completed in 13 milliseconds