Searched refs:compile_stack (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c1905 #define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
1906 #define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
1909 #define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2014 compile_stack,
2037 return (free (compile_stack.stack), value)
2058 compile_stack_type compile_stack;
2108 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
2109 if (compile_stack
2044 compile_stack_type compile_stack; local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c1929 #define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
1930 #define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
1933 #define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2413 compile_stack,
2446 free (compile_stack.stack); \
2467 compile_stack_type compile_stack;
2538 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
2539 if (compile_stack
2448 compile_stack_type compile_stack; local
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c2220 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
2221 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
2224 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2337 compile_stack,
2362 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2365 return (free (compile_stack.stack), value)
2399 compile_stack_type compile_stack;
2474 compile_stack
2386 compile_stack_type compile_stack; variable
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c2148 # define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
2149 # define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
2152 # define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
2263 static boolean group_in_compile_stack (compile_stack_type compile_stack,
2288 return (free(pattern), free(mbs_offset), free(is_binary), free (compile_stack.stack), value)
2291 return (free (compile_stack.stack), value)
2323 compile_stack_type compile_stack;
2398 compile_stack
2310 compile_stack_type compile_stack; local
4327 group_in_compile_stack(compile_stack_type compile_stack, regnum_t regnum) argument
[all...]

Completed in 224 milliseconds