Home
last modified time | relevance | path

Searched refs:PUSHPTR (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/ficl/
H A Dwords.c91 PUSHPTR(dp->here); in markBranch()
92 PUSHPTR(tag); in markBranch()
98 PUSHPTR(tag); in markControlTag()
1385 PUSHPTR(patchAddr); in endcaseCoIm()
2484 PUSHPTR(pFW); in ficlTick()
2648 PUSHPTR(cp); in stringLit()
2860 PUSHPTR(ptr); in fromBody()
3096 PUSHPTR(cp); in toNumber()
3552 PUSHPTR(sp); in ficlWord()
4063 PUSHPTR(pFW); in colonNoName()
[all …]
H A Dficl.h399 #define PUSHPTR(p) stackPushPtr(pVM->pStack,p) macro