Searched refs:stackPushPtr (Results 1 – 8 of 8) sorted by relevance
/freebsd/stand/ficl/ |
H A D | search.c | 82 stackPushPtr(pVM->pStack, pHash); in forthWordlist() 95 stackPushPtr(pVM->pStack, vmGetDict(pVM)->pCompile); in getCurrent() 118 stackPushPtr(pVM->pStack, pDict->pSearch[i]); in getOrder() 152 stackPushPtr(pVM->pStack, pFW); in searchWordlist() 248 stackPushPtr(pVM->pStack, pHash); in ficlWordlist() 269 stackPushPtr(pVM->pStack, dp->pSearch[--dp->nLists]); in searchPop()
|
H A D | loader.c | 167 stackPushPtr(pVM->pStack, value); in ficlGetenv() 283 stackPushPtr(pVM->pStack, fp); in ficlFindfile() 379 stackPushPtr(pVM->pStack, u); in ficlUuidFromString() 403 stackPushPtr(pVM->pStack, uuid); in ficlUuidToString() 655 stackPushPtr(pVM->pStack, d->d_name); in pfreaddir() 821 stackPushPtr(pVM->pStack, &dictThreshold); in ficlDictThreshold() 826 stackPushPtr(pVM->pStack, &dictIncrease); in ficlDictIncrease()
|
H A D | fileaccess.c | 48 stackPushPtr(pVM->pStack, NULL); in ficlFopen() 67 stackPushPtr(pVM->pStack, NULL); in ficlFopen() 73 stackPushPtr(pVM->pStack, NULL); in ficlFopen() 80 stackPushPtr(pVM->pStack, ff); in ficlFopen()
|
H A D | stack.c | 207 stackPushPtr(pStack, pStack->pFrame); in stackLink() 283 void stackPushPtr(FICL_STACK *pStack, void *ptr) in stackPushPtr() function
|
H A D | tools.c | 386 stackPushPtr(pVM->pStack, xt); in ficlDebugXT() 549 stackPushPtr(pVM->pStack, xt); in stepBreak()
|
H A D | ficl.h | 382 void stackPushPtr (FICL_STACK *pStack, void *ptr); 399 #define PUSHPTR(p) stackPushPtr(pVM->pStack,p)
|
H A D | words.c | 845 stackPushPtr(pVM->pStack, bufferStart); in ficlSprintf() 1643 stackPushPtr(pVM->pStack, SI_PTR(si)); in interpret() 2049 stackPushPtr(pVM->rStack, *(pVM->ip++)); in doParen() 2089 stackPushPtr(pVM->rStack, *(pVM->ip++)); in qDoParen() 2598 stackPushPtr(pVM->pStack, sp); in cstringLit() 2611 stackPushPtr(pVM->pStack, sp); in cstringQuoteIm() 4506 stackPushPtr(pVM->pStack, pVM->pad); in pad()
|
H A D | vm.c | 461 stackPushPtr(pVM->rStack, (void *)pVM->ip); in vmPushIP()
|