Searched refs:stackPop (Results 1 – 6 of 6) sorted by relevance
617 dictAppendCell(dp, stackPop(pVM->pStack)); in constant()631 c = stackPop(pVM->pStack); in twoConstant()633 dictAppendCell(dp, stackPop(pVM->pStack)); in twoConstant()651 c = stackPop(pVM->pStack); in displayCell()932 CELL c = stackPop(pVM->pStack); in pick()958 int i = stackPop(pVM->pStack).i; in roll()970 int i = stackPop(pVM->pStack).i; in minusRoll()1131 *pCell = stackPop(pVM->pStack); in store()1147 *pCell++ = stackPop(pVM->pStack); in twoStore()1148 *pCell = stackPop(pVM->pStack); in twoStore()[all …]
309 dictAppendCell(dp, stackPop(pVM->fStack)); in Fconstant()669 dictAppendCell(dp, stackPop(pVM->fStack)); in fliteralIm()791 c = stackPop(pVM->fStack); in FFrom()805 c = stackPop(pVM->pStack); in ToF()
247 CELL stackPop(FICL_STACK *pStack) in stackPop() function
378 CELL stackPop (FICL_STACK *pStack);409 #define POP() stackPop(pVM->pStack)
430 return stackPop(pVM->pStack); in vmPop()
407 c = stackPop(pVM->pStack); in displayCellNoPad()