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

/illumos-gate/usr/src/cmd/ttymon/
H A Dttymon.h156 #define NUM 0 macro
/illumos-gate/usr/src/lib/libcmd/common/
H A Dstty.c100 #define NUM 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 },
196 { "line", NUM, C_LINE, 0, 0, 0, C("Line discipline number") },
198 { "min", NUM, T_CHAR, 0, VMIN, 0, C("Mininmum number of characters to read in raw mode") },
199 { "time", NUM, T_CHAR, 0, VTIME, 0, C("Number of .1 second intervals with raw mode") },
717 case NUM:
844 listchars(sp,NUM);
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h105 /* type info: STR|NUM|ARR|FCN|FLD|CON|DONTFREE */
128 #define NUM 01 /* number value is valid */ macro
144 (((p)->tval & (ARR|FLD|REC|NUM)) == NUM ? (p)->fval : r_getfval(p))
237 #define isnum(n) ((n)->tval & NUM)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c8 #define NUM 257 macro
176 static const char * const yytname[] = { "$","error","$undefined.","NUM","LONGNUM",
1106 return (P - orig_p > 2) ? LONGNUM : NUM;

Completed in 226 milliseconds