Home
last modified time | relevance | path

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

/NextBSD/sys/boot/ficl/
HDwords.c617 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 …]
HDfloat.c309 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()
HDstack.c247 CELL stackPop(FICL_STACK *pStack) in stackPop() function
HDficl.h378 CELL stackPop (FICL_STACK *pStack);
409 #define POP() stackPop(pVM->pStack)
HDvm.c430 return stackPop(pVM->pStack); in vmPop()
HDloader.c407 c = stackPop(pVM->pStack); in displayCellNoPad()