Home
last modified time | relevance | path

Searched refs:STRINGP_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c72 #define STRINGP_STACK_SIZE 50 macro
77 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()
H A Dregex.c59 #define STRINGP_STACK_SIZE 50 macro
83 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()