Home
last modified time | relevance | path

Searched refs:INIT_COMPILE_STACK_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c1628 #define INIT_COMPILE_STACK_SIZE 32 macro
1831 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
1835 compile_stack.size = INIT_COMPILE_STACK_SIZE;
/openbsd/gnu/usr.bin/cvs/lib/
H A Dregex.c1698 #define INIT_COMPILE_STACK_SIZE 32 macro
1936 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
1940 compile_stack.size = INIT_COMPILE_STACK_SIZE;
/openbsd/gnu/lib/libiberty/src/
H A Dregex.c2135 # define INIT_COMPILE_STACK_SIZE 32 macro
2385 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t); in PREFIX()
2396 compile_stack.size = INIT_COMPILE_STACK_SIZE; in PREFIX()