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

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregcmp.c74 #define STRINGP_STACK_SIZE 50 macro
79 static char *compilep_stack[STRINGP_STACK_SIZE];
180 compilep_stackp = &compilep_stack[STRINGP_STACK_SIZE];
994 if (compilep_stackp >= &compilep_stack[STRINGP_STACK_SIZE]) {
H A Dregex.c61 #define STRINGP_STACK_SIZE 50 macro
85 static const char *stringp_stack[STRINGP_STACK_SIZE];
213 stringp_stackp = &stringp_stack[STRINGP_STACK_SIZE];
425 if (stringp_stackp >= &stringp_stack[STRINGP_STACK_SIZE]) {

Completed in 23 milliseconds