Searched refs:STKDEPTH (Results 1 – 1 of 1) sorted by relevance
45 #define STKDEPTH(s) (((s)->top - (s)->base) + 1) macro72 int nFree = stack->size - STKDEPTH(stack); in ficlStackCheck()74 if (popCells > STKDEPTH(stack)) in ficlStackCheck()127 return (STKDEPTH(stack)); in ficlStackDepth()