Searched refs:stackPop (Results 1 – 6 of 6) sorted by relevance
631 c = stackPop(pVM->pStack); in twoConstant()651 c = stackPop(pVM->pStack); in displayCell()1891 x = stackPop(pVM->pStack); in isEqual()1892 y = stackPop(pVM->pStack); in isEqual()1903 y = stackPop(pVM->pStack); in isLess()1904 x = stackPop(pVM->pStack); in isLess()1927 y = stackPop(pVM->pStack); in isGreater()1928 x = stackPop(pVM->pStack); in isGreater()1951 x = stackPop(pVM->pStack); in bitwiseAnd()1952 y = stackPop(pVM->pStack); in bitwiseAnd()[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()
646 c = stackPop(pVM->pStack); in displayCellNoPad()