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

/freebsd-current/stand/ficl/
H A Dstack.c51 #define STKDEPTH(s) ((s)->sp - (s)->base) macro
77 if (popCells > STKDEPTH(pStack))
96 if (popCells > STKDEPTH(fStack))
150 return STKDEPTH(pStack);

Completed in 60 milliseconds