stand/ficl/ficl.h
377
CELL stackPop (FICL_STACK *pStack);
stand/ficl/ficl.h
408
#define POP() stackPop(pVM->pStack)
stand/ficl/float.c
308
dictAppendCell(dp, stackPop(pVM->fStack));
stand/ficl/float.c
668
dictAppendCell(dp, stackPop(pVM->fStack));
stand/ficl/float.c
790
c = stackPop(pVM->fStack);
stand/ficl/float.c
804
c = stackPop(pVM->pStack);
stand/ficl/loader.c
466
c = stackPop(pVM->pStack);
stand/ficl/vm.c
429
return stackPop(pVM->pStack);
stand/ficl/words.c
1130
*pCell = stackPop(pVM->pStack);
stand/ficl/words.c
1146
*pCell++ = stackPop(pVM->pStack);
stand/ficl/words.c
1147
*pCell = stackPop(pVM->pStack);
stand/ficl/words.c
1157
pCell->i += stackPop(pVM->pStack).i;
stand/ficl/words.c
1179
*pw = (UNS32)(stackPop(pVM->pStack).u);
stand/ficl/words.c
1200
*pw = (UNS16)(stackPop(pVM->pStack).u);
stand/ficl/words.c
1221
*pc = (UNS8)(stackPop(pVM->pStack).u);
stand/ficl/words.c
1775
pStep = (FICL_WORD *)(stackPop(pVM->pStack).p);
stand/ficl/words.c
1827
dictAppendCell(dp, stackPop(pVM->pStack));
stand/ficl/words.c
1839
dictAppendCell(dp, stackPop(pVM->pStack));
stand/ficl/words.c
1840
dictAppendCell(dp, stackPop(pVM->pStack));
stand/ficl/words.c
1890
x = stackPop(pVM->pStack);
stand/ficl/words.c
1891
y = stackPop(pVM->pStack);
stand/ficl/words.c
1902
y = stackPop(pVM->pStack);
stand/ficl/words.c
1903
x = stackPop(pVM->pStack);
stand/ficl/words.c
1926
y = stackPop(pVM->pStack);
stand/ficl/words.c
1927
x = stackPop(pVM->pStack);
stand/ficl/words.c
1950
x = stackPop(pVM->pStack);
stand/ficl/words.c
1951
y = stackPop(pVM->pStack);
stand/ficl/words.c
1962
x = stackPop(pVM->pStack);
stand/ficl/words.c
1963
y = stackPop(pVM->pStack);
stand/ficl/words.c
1974
x = stackPop(pVM->pStack);
stand/ficl/words.c
1975
y = stackPop(pVM->pStack);
stand/ficl/words.c
1986
x = stackPop(pVM->pStack);
stand/ficl/words.c
2045
index = stackPop(pVM->pStack);
stand/ficl/words.c
2046
limit = stackPop(pVM->pStack);
stand/ficl/words.c
2085
index = stackPop(pVM->pStack);
stand/ficl/words.c
2086
limit = stackPop(pVM->pStack);
stand/ficl/words.c
2256
PUSH(stackPop(pVM->rStack));
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
2516
dictAppendCell(dp, stackPop(pVM->pStack));
stand/ficl/words.c
4100
c = stackPop(pVM->pStack);
stand/ficl/words.c
4157
pFW->param[0] = stackPop(pVM->pStack);
stand/ficl/words.c
4209
pVM->rStack->pFrame[nLocal] = stackPop(pVM->pStack);
stand/ficl/words.c
4223
pVM->rStack->pFrame[0] = stackPop(pVM->pStack);
stand/ficl/words.c
4237
pVM->rStack->pFrame[1] = stackPop(pVM->pStack);
stand/ficl/words.c
4387
pVM->rStack->pFrame[nLocal+1] = stackPop(pVM->pStack);
stand/ficl/words.c
4388
pVM->rStack->pFrame[nLocal] = stackPop(pVM->pStack);
stand/ficl/words.c
616
dictAppendCell(dp, stackPop(pVM->pStack));
stand/ficl/words.c
630
c = stackPop(pVM->pStack);
stand/ficl/words.c
632
dictAppendCell(dp, stackPop(pVM->pStack));
stand/ficl/words.c
650
c = stackPop(pVM->pStack);
stand/ficl/words.c
931
CELL c = stackPop(pVM->pStack);
stand/ficl/words.c
957
int i = stackPop(pVM->pStack).i;
stand/ficl/words.c
969
int i = stackPop(pVM->pStack).i;