Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dwords.c1382 patchAddr = POPPTR(); in endcaseCoIm()
1458 fallthroughFixup = POPPTR(); in ofCoIm()
2456 cp = POPPTR(); in cellPlus()
2715 cp = POPPTR(); in sLiteralCoIm()
2842 pFW = POPPTR(); in toBody()
2859 ptr = (char *)POPPTR() - sizeof (FICL_WORD); in fromBody()
2877 pFW = POPPTR(); in toName()
3073 cp = (char *)POPPTR(); in toNumber()
3210 addr = POPPTR(); in aligned()
3329 cp = POPPTR(); in charPlus()
[all …]
H A Dfloat.c604 pCell = (CELL *)POPPTR(); in Ffetch()
621 pCell = (CELL *)POPPTR(); in Fstore()
638 pCell = (CELL *)POPPTR(); in FplusStore()
H A Dficl.h404 #define POPPTR() stackPopPtr(pVM->pStack) macro