Lines Matching defs:tbase
983 short tbase;
985 tbase = base;
1087 base = tbase;
1105 base = tbase;
2088 long number = 0, tbase, num;
2098 tbase = OCTAL;
2100 tbase = HEX;
2102 tbase = DECIMAL;
2105 tbase = base;
2109 num = tbase;
2113 switch (tbase) {
2128 if (num == tbase)
2130 number = number * tbase + num;
3615 int tbase;
3693 tbase = OCTAL;
3696 tbase = DECIMAL;
3699 tbase = HEX;
3716 &tcount, tbase, i);
3749 tbase = OCTAL;
3752 tbase = DECIMAL;
3755 tbase = HEX;
3770 tbase, i);
4227 tbase = fsd.fsd_size - LONG - LONG;
4228 if (tbase > 256)
4229 tbase = 256;
4230 for (i = 0; i < tbase; i++) {
4411 print_check(unsigned long *lptr, long *tcount, short tbase, int i)
4455 index(tbase);
4459 index(tbase);
4476 int tbase = base;
4481 base = tbase;