Home
last modified time | relevance | path

Searched refs:compile_stack (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c2211 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
2212 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
2215 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2326 compile_stack,
2351 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2354 return (free (compile_stack.stack), value)
2388 compile_stack_type compile_stack; variable
2463 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
2464 if (compile_stack.stack == NULL)
2474 compile_stack.size = INIT_COMPILE_STACK_SIZE;
[all …]
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c2129 #define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
2130 #define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
2133 #define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2236 compile_stack,
2260 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2263 return (free (compile_stack.stack), value)
2303 compile_stack_type compile_stack; local
2378 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
2379 if (compile_stack.stack == NULL)
2389 compile_stack.size = INIT_COMPILE_STACK_SIZE;
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c2142 # 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/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c2141 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
2142 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
2145 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2255 compile_stack,
2280 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2283 return (free (compile_stack.stack), value)
2316 compile_stack_type compile_stack; in PREFIX() local
2391 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t); in PREFIX()
2392 if (compile_stack.stack == NULL) in PREFIX()
2402 compile_stack.size = INIT_COMPILE_STACK_SIZE; in PREFIX()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c2142 # 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/
H A Dregex.c2142 # 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.old/dist/libiberty/
H A Dregex.c2138 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
2139 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
2142 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2251 static boolean group_in_compile_stack (compile_stack_type compile_stack,
2276 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2279 return (free (compile_stack.stack), value)
2311 compile_stack_type compile_stack; in PREFIX() local
2386 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t); in PREFIX()
2387 if (compile_stack.stack == NULL) in PREFIX()
2397 compile_stack.size = INIT_COMPILE_STACK_SIZE; in PREFIX()
[all …]