Lines Matching defs:gotdig
71 int gotdig = 0, gotrad = 0;
86 for (; c=='0'; c = shgetc(f)) gotdig=1;
89 for (c = shgetc(f); c=='0'; c = shgetc(f)) gotdig=1, lrp--;
107 gotdig=1;
118 if (gotdig && (c|32)=='e') {
133 if (!gotdig) {
320 int gottail = 0, gotrad = 0, gotdig = 0;
330 for (; c=='0'; c = shgetc(f)) gotdig = 1;
336 for (rp=0; c=='0'; c = shgetc(f), rp--) gotdig = 1;
345 gotdig = 1;
359 if (!gotdig) {