Lines Matching refs:sfeof
243 else if (sfeof(arg1) == 0) in commnds()
465 k = sfeof(p) ? 0 : sgetc(p); in commnds()
591 while (sfeof(p) == 0) in commnds()
620 while (sfeof(p) == 0) { in commnds()
843 while (sfeof(divr) == 0) { in dcdiv()
852 while (sfeof(divd) == 0) { in dcdiv()
854 d = d - (sfeof(divxyz) ? 0 : sgetc(divxyz)) - carry; in dcdiv()
899 while (sfeof(p) == 0) { in dcdiv()
992 while (sfeof(p) == 0) in removr()
999 if (sfeof(rem) == 0) in removr()
1327 while (sfeof(p) == 0) { in add0()
1368 while (sfeof(mq) == 0) { in mult()
1374 while (sfeof(mp) == 0) { in mult()
1376 mcr = sfeof(mr) ? 0 : slookc(mr); in mult()
1383 mcr = sfeof(mr) ? 0 : slookc(mr); in mult()
1405 while (sfeof(p) == 0) { in chsign()
1436 if (sfeof(*readptr) == 0) in readc()
1499 while (sfeof(hptr) == 0) { in print()
1502 while (sfeof(hptr) == 0) { in print()
1571 while (sfeof(strptr) == 0) in print()
1763 if (sfeof(p) != 0) { in hexot()
1802 sputc(t, sfeof(rem) ? '0' : sgetc(rem) + '0'); in bigot()
1844 n1 = sfeof(a1) ? 0 : sgetc(a1); in add()
1845 n2 = sfeof(a2) ? 0 : sgetc(a2); in add()
1920 while (sfeof(p) == 0) in removc()
2064 while (sfeof(p) == 0) { in load()