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

/haiku/src/build/libgnuregex/
H A Dregex.c1005 #define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
1006 #define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)
1009 #define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
1083 compile_stack_type compile_stack;
1133 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
1134 if (compile_stack.stack == NULL)
1137 compile_stack.size = INIT_COMPILE_STACK_SIZE;
1138 compile_stack
1074 compile_stack_type compile_stack; local
[all...]

Completed in 23 milliseconds