Searched refs:INIT_COMPILE_STACK_SIZE (Results 1 – 3 of 3) sorted by relevance
1628 #define INIT_COMPILE_STACK_SIZE 32 macro1831 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);1835 compile_stack.size = INIT_COMPILE_STACK_SIZE;
1698 #define INIT_COMPILE_STACK_SIZE 32 macro1936 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);1940 compile_stack.size = INIT_COMPILE_STACK_SIZE;
2135 # define INIT_COMPILE_STACK_SIZE 32 macro2385 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t); in PREFIX()2396 compile_stack.size = INIT_COMPILE_STACK_SIZE; in PREFIX()