Searched refs:stackPushPtr (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/sys/boot/ficl/ |
| HD | search.c | 83 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()
|
| HD | loader.c | 166 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()
|
| HD | stack.c | 208 stackPushPtr(pStack, pStack->pFrame); in stackLink() 284 void stackPushPtr(FICL_STACK *pStack, void *ptr) in stackPushPtr() function
|
| HD | fileaccess.c | 49 stackPushPtr(pVM->pStack, NULL); in ficlFopen() 68 stackPushPtr(pVM->pStack, NULL); in ficlFopen() 74 stackPushPtr(pVM->pStack, ff); in ficlFopen()
|
| HD | tools.c | 387 stackPushPtr(pVM->pStack, xt); in ficlDebugXT() 550 stackPushPtr(pVM->pStack, xt); in stepBreak()
|
| HD | ficl.h | 383 void stackPushPtr (FICL_STACK *pStack, void *ptr); 400 #define PUSHPTR(p) stackPushPtr(pVM->pStack,p)
|
| HD | words.c | 846 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()
|
| HD | vm.c | 462 stackPushPtr(pVM->rStack, (void *)pVM->ip); in vmPushIP()
|