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

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregcmp.c79 static char *compilep_stack[STRINGP_STACK_SIZE]; variable
180 compilep_stackp = &compilep_stack[STRINGP_STACK_SIZE];
994 if (compilep_stackp >= &compilep_stack[STRINGP_STACK_SIZE]) {
1006 if (compilep_stackp <= &compilep_stack[0]) {

Completed in 34 milliseconds