Home
last modified time | relevance | path

Searched refs:PUSHINT (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/ficl/
H A Dwords.c260 PUSHINT(0); in ficlParseNumber()
265 PUSHINT(accum); in ficlParseNumber()
321 PUSHINT(i); in negate()
360 PUSHINT(qr.rem); in slashMod()
427 PUSHINT(x); in mulDiv()
863 PUSHINT(i); in depth()
3178 PUSHINT(len); in accept()
3998 PUSHINT(s); in sToD()
4481 PUSHINT(n); in compareInternal()
4547 PUSHINT(ret); in refill()
[all …]
H A Dfloat.c277 PUSHINT(i); in Ftoi()
391 PUSHINT(i); in Fdepth()
737 PUSHINT(FICL_BOOL(x == y)); in FisEqual()
755 PUSHINT(FICL_BOOL(x < y)); in FisLess()
773 PUSHINT(FICL_BOOL(x > y)); in FisGreater()
H A Dficl.h401 #define PUSHINT(i) stackPushINT(pVM->pStack,i) macro