Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.h47 #define COUNTED_GROUP 48 macro
H A Dregex.c1715 case COUNTED_GROUP: /* (.....){max_count,min_count} */ in test_string()
1716 case COUNTED_GROUP|ADD_256_TO_GROUP_LENGTH: in test_string()
1717 case COUNTED_GROUP|ADD_512_TO_GROUP_LENGTH: in test_string()
1718 case COUNTED_GROUP|ADD_768_TO_GROUP_LENGTH: in test_string()
H A Dregcmp.c683 *regex_typep = COUNTED_GROUP; in regcmp()