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

/freebsd-current/stand/ficl/
H A Dstack.c72 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells) argument
82 if (nFree < pushCells - popCells)
91 void vmCheckFStack(FICL_VM *pVM, int popCells, int pushCells) argument
101 if (nFree < pushCells - popCells)
H A Dficl.h618 ** something if it finds a problem. Parms popCells and pushCells
622 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells);
624 void vmCheckFStack(FICL_VM *pVM, int popCells, int pushCells);

Completed in 53 milliseconds