Searched refs:DECIMAL (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Ddefs.h31 #define DECIMAL 2 macro
H A Dmain.c54 int numbase = DECIMAL;
81 * = DECIMAL if the -d flag is in the command line
136 numbase = DECIMAL;
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l52 DECIMAL ([0-9]+)
65 ^"#"[ \t]*{DECIMAL}[ \t]*"\"".*"\"".*"\n" {
77 {DECIMAL} {
79 return (DECIMAL);
83 return (DECIMAL);
H A Ditm_comp.y104 %token <num> DECIMAL
529 : MAPTYPE ASSIGN map_type_names COLON DECIMAL
557 : RESULTLEN ASSIGN DECIMAL
885 | DECIMAL
887 TRACE_MESSAGE('y', ("expr: DECIMAL\n"));
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c102 #define DECIMAL 10 /* decimal base */ macro
1075 base = DECIMAL;
1093 base = DECIMAL;
1216 case DECIMAL:
1217 printf("DECIMAL\n");
1236 case DECIMAL:
2102 tbase = DECIMAL;
2120 case DECIMAL:
3696 tbase = DECIMAL;
3752 tbase = DECIMAL;
[all...]

Completed in 80 milliseconds