Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c77 static char *compilep_stack[STRINGP_STACK_SIZE]; variable
178 compilep_stackp = &compilep_stack[STRINGP_STACK_SIZE]; in regcmp()
994 if (compilep_stackp >= &compilep_stack[STRINGP_STACK_SIZE]) { in pop_compilep()
1006 if (compilep_stackp <= &compilep_stack[0]) { in push_compilep()