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

/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.c1711 #define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
1712 #define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
1715 #define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
1868 free (compile_stack.stack); \
1891 compile_stack_type compile_stack;
1949 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
1950 if (compile_stack.stack == NULL)
1953 compile_stack
1877 compile_stack_type compile_stack; local
[all...]
/freebsd-9.3-release/contrib/binutils/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...]
/freebsd-9.3-release/contrib/gcclibs/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 96 milliseconds