Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.h49 #define END_REGEX 52 macro
H A Dregcmp.c228 *compilep = (unsigned char)END_REGEX; in regcmp()
881 *compilep = (unsigned char)END_REGEX; in regcmp()
H A Dregex.c1798 case END_REGEX: /* end of the compiled regular expression */ in test_string()