Home
last modified time | relevance | path

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

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