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

/xsrc/external/mit/xcalc/dist/
H A Dmath.c46 static int flagINV, flagPAREN, flagM, drgmode, numbase; /* display flags */ variable in typeref:typename:int
103 switch (numbase) {
127 switch (numbase) {
238 setflag(XCalc_HEX, (numbase==16));
239 setflag(XCalc_DEC, (numbase==10));
240 setflag(XCalc_OCT, (numbase==8));
250 switch (numbase) {
251 case 8: numbase = 10; break;
252 case 10: numbase = 16; break;
253 case 16: numbase
[all...]

Completed in 2 milliseconds