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

/freebsd-12-stable/stand/ficl/
H A Dstack.c52 #define STKDEPTH(s) ((s)->sp - (s)->base) macro
78 if (popCells > STKDEPTH(pStack))
97 if (popCells > STKDEPTH(fStack))
151 return STKDEPTH(pStack);

Completed in 199 milliseconds