Home
last modified time | relevance | path

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

/freebsd-13.1/stand/ficl/
H A Dsearch.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()
H A Dfileaccess.c49 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 Dloader.c347 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 Dstack.c208 stackPushPtr(pStack, pStack->pFrame); in stackLink()
284 void stackPushPtr(FICL_STACK *pStack, void *ptr) in stackPushPtr() function
H A Dtools.c387 stackPushPtr(pVM->pStack, xt); in ficlDebugXT()
550 stackPushPtr(pVM->pStack, xt); in stepBreak()
H A Dficl.h383 void stackPushPtr (FICL_STACK *pStack, void *ptr);
400 #define PUSHPTR(p) stackPushPtr(pVM->pStack,p)
H A Dwords.c846 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 Dvm.c462 stackPushPtr(pVM->rStack, (void *)pVM->ip); in vmPushIP()