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

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c1641 #define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
1642 #define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
1645 #define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
1750 compile_stack,
1773 return (free (compile_stack.stack), value)
1794 compile_stack_type compile_stack;
1844 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
1845 if (compile_stack
1781 compile_stack_type compile_stack; local
[all...]
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c1712 #define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
1713 #define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
1716 #define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
1869 free (compile_stack.stack); \
1892 compile_stack_type compile_stack;
1950 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
1951 if (compile_stack.stack == NULL)
1954 compile_stack
1878 compile_stack_type compile_stack; local
[all...]
/openbsd-current/gnu/lib/libiberty/src/
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 258 milliseconds