Searched refs:stackPop (Results 1 – 6 of 6) sorted by relevance
616 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 …]
308 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()
246 CELL stackPop(FICL_STACK *pStack) in stackPop() function
377 CELL stackPop (FICL_STACK *pStack);408 #define POP() stackPop(pVM->pStack)
429 return stackPop(pVM->pStack); in vmPop()
466 c = stackPop(pVM->pStack); in displayCellNoPad()