Lines Matching refs:sgetc
242 c = sgetc(arg1); in commnds()
246 c = sgetc(arg1) * 100 + c; in commnds()
467 k = sfeof(p) ? 0 : sgetc(p); in commnds()
495 if ((c = sgetc(p)) < 0) { in commnds()
846 d = sgetc(divr) * dig + carry; in dcdiv()
856 d = d - (sfeof(divxyz) ? 0 : sgetc(divxyz)) - carry; in dcdiv()
990 sputc(q, sgetc(p)); in removr()
995 sputc(r, sgetc(p)); in removr()
1002 sputc(q, sgetc(rem)); in removr()
1119 if ((c = sgetc(base)) <= 1) { in exp()
1330 sputc(q, sgetc(p)); in add0()
1371 cq = sgetc(mq); in mult()
1377 cp = sgetc(mp); in mult()
1439 return (lastchar = sgetc(*readptr)); in readc()
1502 if (sgetc(hptr) > 99) { in print()
1505 printf("%c", sgetc(hptr)); in print()
1574 OUTC(sgetc(strptr)); in print()
1591 sputc(q, sgetc(p)); in getdec()
1600 sputc(s, sgetc(t)); in getdec()
1770 c = sgetc(p); in hexot()
1804 sputc(t, sfeof(rem) ? '0' : sgetc(rem) + '0'); in bigot()
1846 n1 = sfeof(a1) ? 0 : sgetc(a1); in add()
1847 n2 = sfeof(a2) ? 0 : sgetc(a2); in add()
1875 sgetc(p); in add()
1918 sgetc(p); in removc()
1923 sputc(q, sgetc(p)); in removc()