HomeSort by: relevance | last modified time | path
    Searched defs:compile_stack (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 2152 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
2153 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
2156 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2268 compile_stack,
2293 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2296 return (free (compile_stack.stack), value)
2329 compile_stack_type compile_stack;
2404 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t)
2316 compile_stack_type compile_stack; local
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 2153 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
2154 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
2157 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2268 static boolean group_in_compile_stack (compile_stack_type compile_stack,
2293 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2296 return (free (compile_stack.stack), value)
2328 compile_stack_type compile_stack;
2403 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t)
2315 compile_stack_type compile_stack; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 2153 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
2154 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
2157 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2268 static boolean group_in_compile_stack (compile_stack_type compile_stack,
2293 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2296 return (free (compile_stack.stack), value)
2328 compile_stack_type compile_stack;
2403 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t)
2315 compile_stack_type compile_stack; local
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 2153 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
2154 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
2157 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2268 static boolean group_in_compile_stack (compile_stack_type compile_stack,
2293 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2296 return (free (compile_stack.stack), value)
2328 compile_stack_type compile_stack;
2403 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t)
2315 compile_stack_type compile_stack; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 2153 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
2154 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
2157 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2268 static boolean group_in_compile_stack (compile_stack_type compile_stack,
2293 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2296 return (free (compile_stack.stack), value)
2328 compile_stack_type compile_stack;
2403 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t)
2315 compile_stack_type compile_stack; local
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 2153 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
2154 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
2157 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2268 static boolean group_in_compile_stack (compile_stack_type compile_stack,
2293 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2296 return (free (compile_stack.stack), value)
2328 compile_stack_type compile_stack;
2403 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t)
2315 compile_stack_type compile_stack; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 2153 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
2154 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
2157 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2268 static boolean group_in_compile_stack (compile_stack_type compile_stack,
2293 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2296 return (free (compile_stack.stack), value)
2328 compile_stack_type compile_stack;
2403 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t)
2315 compile_stack_type compile_stack; local
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
regex.c 2222 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
2223 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
2226 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2339 compile_stack,
2364 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2367 return (free (compile_stack.stack), value)
2401 compile_stack_type compile_stack;
2476 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t)
2388 compile_stack_type compile_stack; variable
    [all...]
  /src/external/gpl2/grep/dist/lib/
regex.c 2141 #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])
2250 compile_stack,
2274 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2277 return (free (compile_stack.stack), value)
2317 compile_stack_type compile_stack;
2392 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t)
2303 compile_stack_type compile_stack; local
    [all...]

Completed in 54 milliseconds