Symbol: stackPushPtr
stand/ficl/ficl.h
382
void stackPushPtr (FICL_STACK *pStack, void *ptr);
stand/ficl/ficl.h
399
#define PUSHPTR(p) stackPushPtr(pVM->pStack,p)
stand/ficl/fileaccess.c
48
stackPushPtr(pVM->pStack, NULL);
stand/ficl/fileaccess.c
67
stackPushPtr(pVM->pStack, NULL);
stand/ficl/fileaccess.c
73
stackPushPtr(pVM->pStack, NULL);
stand/ficl/fileaccess.c
80
stackPushPtr(pVM->pStack, ff);
stand/ficl/loader.c
167
stackPushPtr(pVM->pStack, value);
stand/ficl/loader.c
283
stackPushPtr(pVM->pStack, fp);
stand/ficl/loader.c
379
stackPushPtr(pVM->pStack, u);
stand/ficl/loader.c
403
stackPushPtr(pVM->pStack, uuid);
stand/ficl/loader.c
655
stackPushPtr(pVM->pStack, d->d_name);
stand/ficl/loader.c
821
stackPushPtr(pVM->pStack, &dictThreshold);
stand/ficl/loader.c
826
stackPushPtr(pVM->pStack, &dictIncrease);
stand/ficl/search.c
118
stackPushPtr(pVM->pStack, pDict->pSearch[i]);
stand/ficl/search.c
152
stackPushPtr(pVM->pStack, pFW);
stand/ficl/search.c
248
stackPushPtr(pVM->pStack, pHash);
stand/ficl/search.c
269
stackPushPtr(pVM->pStack, dp->pSearch[--dp->nLists]);
stand/ficl/search.c
82
stackPushPtr(pVM->pStack, pHash);
stand/ficl/search.c
95
stackPushPtr(pVM->pStack, vmGetDict(pVM)->pCompile);
stand/ficl/stack.c
207
stackPushPtr(pStack, pStack->pFrame);
stand/ficl/tools.c
386
stackPushPtr(pVM->pStack, xt);
stand/ficl/tools.c
549
stackPushPtr(pVM->pStack, xt);
stand/ficl/vm.c
461
stackPushPtr(pVM->rStack, (void *)pVM->ip);
stand/ficl/words.c
1643
stackPushPtr(pVM->pStack, SI_PTR(si));
stand/ficl/words.c
2049
stackPushPtr(pVM->rStack, *(pVM->ip++));
stand/ficl/words.c
2089
stackPushPtr(pVM->rStack, *(pVM->ip++));
stand/ficl/words.c
2598
stackPushPtr(pVM->pStack, sp);
stand/ficl/words.c
2611
stackPushPtr(pVM->pStack, sp);
stand/ficl/words.c
4506
stackPushPtr(pVM->pStack, pVM->pad);
stand/ficl/words.c
845
stackPushPtr(pVM->pStack, bufferStart);