stand/ficl/ficl.h
381
void stackPush (FICL_STACK *pStack, CELL c);
stand/ficl/ficl.h
403
#define PUSH(c) stackPush(pVM->pStack,c)
stand/ficl/float.c
791
stackPush(pVM->pStack, c);
stand/ficl/float.c
805
stackPush(pVM->fStack, c);
stand/ficl/stack.c
236
stackPush(pStack, stackFetch(pStack, n));
stand/ficl/vm.c
439
stackPush(pVM->pStack, c);
stand/ficl/words.c
1096
stackPush(pVM->pStack, *pCell);
stand/ficl/words.c
1113
stackPush(pVM->pStack, *pCell++);
stand/ficl/words.c
1114
stackPush(pVM->pStack, *pCell);
stand/ficl/words.c
1857
stackPush(pVM->pStack, c);
stand/ficl/words.c
1868
stackPush(pVM->pStack, c);
stand/ficl/words.c
1879
stackPush(pVM->pStack, c);
stand/ficl/words.c
2050
stackPush(pVM->rStack, limit);
stand/ficl/words.c
2051
stackPush(pVM->rStack, index);
stand/ficl/words.c
2097
stackPush(pVM->rStack, limit);
stand/ficl/words.c
2098
stackPush(pVM->rStack, index);
stand/ficl/words.c
2213
stackPush(pVM->pStack, index);
stand/ficl/words.c
2222
stackPush(pVM->pStack, index);
stand/ficl/words.c
2231
stackPush(pVM->pStack, index);
stand/ficl/words.c
2247
stackPush(pVM->rStack, POP());
stand/ficl/words.c
2274
stackPush(pVM->rStack, stackPop(pVM->pStack));
stand/ficl/words.c
2275
stackPush(pVM->rStack, stackPop(pVM->pStack));
stand/ficl/words.c
2284
stackPush(pVM->pStack, stackPop(pVM->rStack));
stand/ficl/words.c
2285
stackPush(pVM->pStack, stackPop(pVM->rStack));
stand/ficl/words.c
2295
stackPush(pVM->pStack, stackFetch(pVM->rStack, 1));
stand/ficl/words.c
2296
stackPush(pVM->pStack, stackFetch(pVM->rStack, 0));
stand/ficl/words.c
2353
stackPush(pVM->pStack, LVALUEtoCELL(pBase));
stand/ficl/words.c
4201
stackPush(pVM->pStack, pVM->rStack->pFrame[nLocal]);
stand/ficl/words.c
4216
stackPush(pVM->pStack, pVM->rStack->pFrame[0]);
stand/ficl/words.c
4230
stackPush(pVM->pStack, pVM->rStack->pFrame[1]);
stand/ficl/words.c
4257
stackPush(pVM->pStack, pVM->rStack->pFrame[nLocal]);
stand/ficl/words.c
4359
stackPush(pVM->pStack, pVM->rStack->pFrame[nLocal]);
stand/ficl/words.c
4360
stackPush(pVM->pStack, pVM->rStack->pFrame[nLocal+1]);
stand/ficl/words.c
4372
stackPush(pVM->pStack, pVM->rStack->pFrame[nLocal]);
stand/ficl/words.c
4373
stackPush(pVM->pStack, pVM->rStack->pFrame[nLocal+1]);
stand/ficl/words.c
584
stackPush(pVM->pStack, pFW->param[0]);
stand/ficl/words.c
594
stackPush(pVM->pStack, pFW->param[0]); /* lo */
stand/ficl/words.c
595
stackPush(pVM->pStack, pFW->param[1]); /* hi */