Lines Matching refs:sfeof
245 else if (sfeof(arg1) == 0) in commnds()
467 k = sfeof(p) ? 0 : sgetc(p); in commnds()
593 while (sfeof(p) == 0) in commnds()
622 while (sfeof(p) == 0) { in commnds()
845 while (sfeof(divr) == 0) { in dcdiv()
854 while (sfeof(divd) == 0) { in dcdiv()
856 d = d - (sfeof(divxyz) ? 0 : sgetc(divxyz)) - carry; in dcdiv()
901 while (sfeof(p) == 0) { in dcdiv()
994 while (sfeof(p) == 0) in removr()
1001 if (sfeof(rem) == 0) in removr()
1329 while (sfeof(p) == 0) { in add0()
1370 while (sfeof(mq) == 0) { in mult()
1376 while (sfeof(mp) == 0) { in mult()
1378 mcr = sfeof(mr) ? 0 : slookc(mr); in mult()
1385 mcr = sfeof(mr) ? 0 : slookc(mr); in mult()
1407 while (sfeof(p) == 0) { in chsign()
1438 if (sfeof(*readptr) == 0) in readc()
1501 while (sfeof(hptr) == 0) { in print()
1504 while (sfeof(hptr) == 0) { in print()
1573 while (sfeof(strptr) == 0) in print()
1765 if (sfeof(p) != 0) { 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()
1922 while (sfeof(p) == 0) in removc()
2066 while (sfeof(p) == 0) { in load()