Home
last modified time | relevance | path

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

/NextBSD/sys/boot/ficl/
HDstack.c52 #define STKDEPTH(s) ((s)->sp - (s)->base) macro
78 if (popCells > STKDEPTH(pStack)) in vmCheckStack()
97 if (popCells > STKDEPTH(fStack)) in vmCheckFStack()
151 return STKDEPTH(pStack); in stackDepth()