Searched defs:EMPTY_STACK (Results 1 – 2 of 2) sorted by relevance
1284 #define EMPTY_STACK(sp) ((sp)->depth == 0) macro
131 #define EMPTY_STACK(stack) ((stack)->depth == 0) macro