Searched refs:compile_stack (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | regex.c | 2142 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0) 2143 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size) 2146 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail]) 2255 static boolean group_in_compile_stack (compile_stack_type compile_stack, 2280 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value) 2283 return (free (compile_stack.stack), value) 2315 compile_stack_type compile_stack; in PREFIX() local 2390 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t); in PREFIX() 2391 if (compile_stack.stack == NULL) in PREFIX() 2401 compile_stack.size = INIT_COMPILE_STACK_SIZE; in PREFIX() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | regex.c | 2142 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0) 2143 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size) 2146 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail]) 2255 static boolean group_in_compile_stack (compile_stack_type compile_stack, 2280 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value) 2283 return (free (compile_stack.stack), value) 2315 compile_stack_type compile_stack; in PREFIX() local 2390 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t); in PREFIX() 2391 if (compile_stack.stack == NULL) in PREFIX() 2401 compile_stack.size = INIT_COMPILE_STACK_SIZE; in PREFIX() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | regex.c | 2142 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0) 2143 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size) 2146 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail]) 2255 static boolean group_in_compile_stack (compile_stack_type compile_stack, 2280 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value) 2283 return (free (compile_stack.stack), value) 2315 compile_stack_type compile_stack; in PREFIX() local 2390 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t); in PREFIX() 2391 if (compile_stack.stack == NULL) in PREFIX() 2401 compile_stack.size = INIT_COMPILE_STACK_SIZE; in PREFIX() [all …]
|