Searched refs:stackPushPtr (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/stand/ficl/ |
| H A D | 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()
|
| H A D | fileaccess.c | 49 stackPushPtr(pVM->pStack, NULL); in ficlFopen() 68 stackPushPtr(pVM->pStack, NULL); in ficlFopen() 74 stackPushPtr(pVM->pStack, NULL); in ficlFopen() 81 stackPushPtr(pVM->pStack, ff); in ficlFopen()
|
| H A D | loader.c | 347 stackPushPtr(pVM->pStack, value); in ficlGetenv() 463 stackPushPtr(pVM->pStack, fp); in ficlFindfile() 559 stackPushPtr(pVM->pStack, u); in ficlUuidFromString() 583 stackPushPtr(pVM->pStack, uuid); in ficlUuidToString() 835 stackPushPtr(pVM->pStack, d->d_name); in pfreaddir() 1001 stackPushPtr(pVM->pStack, &dictThreshold); in ficlDictThreshold() 1006 stackPushPtr(pVM->pStack, &dictIncrease); in ficlDictIncrease()
|
| H A D | stack.c | 208 stackPushPtr(pStack, pStack->pFrame); in stackLink() 284 void stackPushPtr(FICL_STACK *pStack, void *ptr) in stackPushPtr() function
|
| H A D | tools.c | 387 stackPushPtr(pVM->pStack, xt); in ficlDebugXT() 550 stackPushPtr(pVM->pStack, xt); in stepBreak()
|
| H A D | ficl.h | 383 void stackPushPtr (FICL_STACK *pStack, void *ptr); 400 #define PUSHPTR(p) stackPushPtr(pVM->pStack,p)
|
| H A D | words.c | 846 stackPushPtr(pVM->pStack, bufferStart); in ficlSprintf() 1644 stackPushPtr(pVM->pStack, SI_PTR(si)); in interpret() 2050 stackPushPtr(pVM->rStack, *(pVM->ip++)); in doParen() 2090 stackPushPtr(pVM->rStack, *(pVM->ip++)); in qDoParen() 2599 stackPushPtr(pVM->pStack, sp); in cstringLit() 2612 stackPushPtr(pVM->pStack, sp); in cstringQuoteIm() 4507 stackPushPtr(pVM->pStack, pVM->pad); in pad()
|
| H A D | vm.c | 462 stackPushPtr(pVM->rStack, (void *)pVM->ip); in vmPushIP()
|