Home
last modified time | relevance | path

Searched refs:stackPushPtr (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/boot/ficl/
HDsearch.c83 stackPushPtr(pVM->pStack, pHash); in forthWordlist()
96 stackPushPtr(pVM->pStack, vmGetDict(pVM)->pCompile); in getCurrent()
119 stackPushPtr(pVM->pStack, pDict->pSearch[i]); in getOrder()
153 stackPushPtr(pVM->pStack, pFW); in searchWordlist()
249 stackPushPtr(pVM->pStack, pHash); in ficlWordlist()
270 stackPushPtr(pVM->pStack, dp->pSearch[--dp->nLists]); in searchPop()
HDloader.c166 stackPushPtr(pVM->pStack, value); in ficlGetenv()
282 stackPushPtr(pVM->pStack, fp); in ficlFindfile()
303 stackPushPtr(pVM->pStack, &pnp_devices); in ficlPnpdevices()
315 stackPushPtr(pVM->pStack, pnphandlers); in ficlPnphandlers()
579 stackPushPtr(pVM->pStack, d->d_name); in pfreaddir()
880 stackPushPtr(pVM->pStack, &dictThreshold); in ficlDictThreshold()
885 stackPushPtr(pVM->pStack, &dictIncrease); in ficlDictIncrease()
HDstack.c208 stackPushPtr(pStack, pStack->pFrame); in stackLink()
284 void stackPushPtr(FICL_STACK *pStack, void *ptr) in stackPushPtr() function
HDfileaccess.c49 stackPushPtr(pVM->pStack, NULL); in ficlFopen()
68 stackPushPtr(pVM->pStack, NULL); in ficlFopen()
74 stackPushPtr(pVM->pStack, ff); in ficlFopen()
HDtools.c387 stackPushPtr(pVM->pStack, xt); in ficlDebugXT()
550 stackPushPtr(pVM->pStack, xt); in stepBreak()
HDficl.h383 void stackPushPtr (FICL_STACK *pStack, void *ptr);
400 #define PUSHPTR(p) stackPushPtr(pVM->pStack,p)
HDwords.c846 stackPushPtr(pVM->pStack, bufferStart); in ficlSprintf()
1644 stackPushPtr(pVM->pStack, SI_PTR(si)); in interpret()
2038 stackPushPtr(pVM->rStack, *(pVM->ip++)); in doParen()
2078 stackPushPtr(pVM->rStack, *(pVM->ip++)); in qDoParen()
2587 stackPushPtr(pVM->pStack, sp); in cstringLit()
2600 stackPushPtr(pVM->pStack, sp); in cstringQuoteIm()
4495 stackPushPtr(pVM->pStack, pVM->pad); in pad()
HDvm.c462 stackPushPtr(pVM->rStack, (void *)pVM->ip); in vmPushIP()