Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dsearch.c82 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 Dloader.c167 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 Dfileaccess.c48 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 Dstack.c207 stackPushPtr(pStack, pStack->pFrame); in stackLink()
283 void stackPushPtr(FICL_STACK *pStack, void *ptr) in stackPushPtr() function
H A Dtools.c386 stackPushPtr(pVM->pStack, xt); in ficlDebugXT()
549 stackPushPtr(pVM->pStack, xt); in stepBreak()
H A Dficl.h382 void stackPushPtr (FICL_STACK *pStack, void *ptr);
399 #define PUSHPTR(p) stackPushPtr(pVM->pStack,p)
H A Dwords.c845 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 Dvm.c461 stackPushPtr(pVM->rStack, (void *)pVM->ip); in vmPushIP()