Home
last modified time | relevance | path

Searched refs:popCells (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/ficl/
H A Dstack.c72 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells) in vmCheckStack() argument
77 if (popCells > STKDEPTH(pStack)) in vmCheckStack()
82 if (nFree < pushCells - popCells) in vmCheckStack()
91 void vmCheckFStack(FICL_VM *pVM, int popCells, int pushCells) in vmCheckFStack() argument
96 if (popCells > STKDEPTH(fStack)) in vmCheckFStack()
101 if (nFree < pushCells - popCells) in vmCheckFStack()
H A Dficl.h622 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells);
624 void vmCheckFStack(FICL_VM *pVM, int popCells, int pushCells);