Home
last modified time | relevance | path

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

/trueos/sys/boot/ficl/
HDwords.c92 PUSHPTR(dp->here); in markBranch()
93 PUSHPTR(tag); in markBranch()
99 PUSHPTR(tag); in markControlTag()
1386 PUSHPTR(patchAddr); in endcaseCoIm()
1511 PUSHPTR(dp->here); in endofCoIm()
1553 PUSHPTR(dp->here); in fallthroughCoIm()
2303 PUSHPTR(fw->param); in variableParen()
2394 PUSHPTR(dp->here); in here()
2446 PUSHPTR(cp + sizeof (CELL)); in cellPlus()
2473 PUSHPTR(pFW); in ficlTick()
[all …]
HDficl.h400 #define PUSHPTR(p) stackPushPtr(pVM->pStack,p) macro