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()
1510 PUSHPTR(dp->here); in endofCoIm()
1552 PUSHPTR(dp->here); in fallthroughCoIm()
2314 PUSHPTR(fw->param); in variableParen()
2405 PUSHPTR(dp->here); in here()
2457 PUSHPTR(cp + sizeof (CELL)); in cellPlus()
2484 PUSHPTR(pFW); in ficlTick()
[all …]
H A Dficl.h399 #define PUSHPTR(p) stackPushPtr(pVM->pStack,p) macro