Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c83 static const char *stringp_stack[STRINGP_STACK_SIZE]; variable
211 stringp_stackp = &stringp_stack[STRINGP_STACK_SIZE]; in regex()
423 if (stringp_stackp >= &stringp_stack[STRINGP_STACK_SIZE]) { in pop_stringp()
463 if (stringp_stackp <= &stringp_stack[0]) { in push_stringp()