Searched refs:compile_stack (Results 1 – 1 of 1) sorted by relevance
1552 #define COMPILE_STACK_EMPTY (compile_stack.avail == 0)1553 #define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)1556 #define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])1660 return (free (compile_stack.stack), value)1681 compile_stack_type compile_stack; local1731 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);1732 if (compile_stack.stack == NULL)1735 compile_stack.size = INIT_COMPILE_STACK_SIZE;1736 compile_stack.avail = 0;2191 RETALLOC (compile_stack.stack, compile_stack.size << 1,[all …]