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

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregex.c86 static const char **stringp_stackp; variable
213 stringp_stackp = &stringp_stack[STRINGP_STACK_SIZE];
425 if (stringp_stackp >= &stringp_stack[STRINGP_STACK_SIZE]) {
428 stringp = *stringp_stackp;
429 stringp_stackp++;
465 if (stringp_stackp <= &stringp_stack[0]) {
468 stringp_stackp--;
469 *stringp_stackp = stringp;

Completed in 19 milliseconds