Searched refs:STRINGP_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance
72 #define STRINGP_STACK_SIZE 50 macro77 static char *compilep_stack[STRINGP_STACK_SIZE];178 compilep_stackp = &compilep_stack[STRINGP_STACK_SIZE]; in regcmp()994 if (compilep_stackp >= &compilep_stack[STRINGP_STACK_SIZE]) { in pop_compilep()
59 #define STRINGP_STACK_SIZE 50 macro83 static const char *stringp_stack[STRINGP_STACK_SIZE];211 stringp_stackp = &stringp_stack[STRINGP_STACK_SIZE]; in regex()423 if (stringp_stackp >= &stringp_stack[STRINGP_STACK_SIZE]) { in pop_stringp()