Searched refs:stackPop (Results 1 – 6 of 6) sorted by relevance
630 c = stackPop(pVM->pStack); in twoConstant()650 c = stackPop(pVM->pStack); in displayCell()1890 x = stackPop(pVM->pStack); in isEqual()1891 y = stackPop(pVM->pStack); in isEqual()1902 y = stackPop(pVM->pStack); in isLess()1903 x = stackPop(pVM->pStack); in isLess()1926 y = stackPop(pVM->pStack); in isGreater()1927 x = stackPop(pVM->pStack); in isGreater()1950 x = stackPop(pVM->pStack); in bitwiseAnd()1951 y = stackPop(pVM->pStack); in bitwiseAnd()[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()