Searched refs:pushCells (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/boot/ficl/
H A Dstack.c73 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells) argument
83 if (nFree < pushCells - popCells)
92 void vmCheckFStack(FICL_VM *pVM, int popCells, int pushCells) argument
102 if (nFree < pushCells - popCells)
H A Dficl.h619 ** something if it finds a problem. Parms popCells and pushCells
623 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells);
625 void vmCheckFStack(FICL_VM *pVM, int popCells, int pushCells);

Completed in 206 milliseconds