Home
last modified time | relevance | path

Searched refs:stackPop (Results 1 – 6 of 6) sorted by relevance

/src/stand/ficl/
H A Dwords.c616 dictAppendCell(dp, stackPop(pVM->pStack)); in constant()
630 c = stackPop(pVM->pStack); in twoConstant()
632 dictAppendCell(dp, stackPop(pVM->pStack)); in twoConstant()
650 c = stackPop(pVM->pStack); in displayCell()
931 CELL c = stackPop(pVM->pStack); in pick()
957 int i = stackPop(pVM->pStack).i; in roll()
969 int i = stackPop(pVM->pStack).i; in minusRoll()
1130 *pCell = stackPop(pVM->pStack); in store()
1146 *pCell++ = stackPop(pVM->pStack); in twoStore()
1147 *pCell = stackPop(pVM->pStack); in twoStore()
[all …]
H A Dfloat.c308 dictAppendCell(dp, stackPop(pVM->fStack)); in Fconstant()
668 dictAppendCell(dp, stackPop(pVM->fStack)); in fliteralIm()
790 c = stackPop(pVM->fStack); in FFrom()
804 c = stackPop(pVM->pStack); in ToF()
H A Dstack.c246 CELL stackPop(FICL_STACK *pStack) in stackPop() function
H A Dficl.h377 CELL stackPop (FICL_STACK *pStack);
408 #define POP() stackPop(pVM->pStack)
H A Dvm.c429 return stackPop(pVM->pStack); in vmPop()
H A Dloader.c466 c = stackPop(pVM->pStack); in displayCellNoPad()