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

/freebsd-11.0-release/sys/boot/ficl/
H A Dwords.c617 dictAppendCell(dp, stackPop(pVM->pStack));
631 c = stackPop(pVM->pStack);
633 dictAppendCell(dp, stackPop(pVM->pStack));
651 c = stackPop(pVM->pStack);
932 CELL c = stackPop(pVM->pStack);
958 int i = stackPop(pVM->pStack).i;
970 int i = stackPop(pVM->pStack).i;
1131 *pCell = stackPop(pVM->pStack);
1147 *pCell++ = stackPop(pVM->pStack);
1148 *pCell = stackPop(pV
[all...]
H A Dfloat.c309 dictAppendCell(dp, stackPop(pVM->fStack));
669 dictAppendCell(dp, stackPop(pVM->fStack));
791 c = stackPop(pVM->fStack);
805 c = stackPop(pVM->pStack);
H A Dstack.c247 CELL stackPop(FICL_STACK *pStack) function
H A Dficl.h378 CELL stackPop (FICL_STACK *pStack);
409 #define POP() stackPop(pVM->pStack)
H A Dvm.c430 return stackPop(pVM->pStack);
H A Dloader.c479 c = stackPop(pVM->pStack);

Completed in 126 milliseconds