Searched defs:_stack (Results 1 – 3 of 3) sorted by relevance
145 #define STACK_RESERVE(_stack, _n_default) \ argument 153 #define STACK_RESET(_stack) (_stack).stk_n = 0; argument 158 #define STACK_IS_EMPTY(_stack) ((_stack).stk_n == 0) argument 167 #define STACK_PUSH(_stack) (_stac argument 173 STACK_POP(_stack) global() argument 179 STACK_TOP(_stack) global() argument [all...]
181 int *_stack; /* Buffer used for the input stack. */ member
178 int *_stack; /* Buffer used for the input stack. */ member