Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c935 case ASCII_CHAR|ZERO_OR_MORE: /* char* */ in test_string()
1006 case MULTIBYTE_CHAR|ZERO_OR_MORE: /* char* */ in test_string()
1096 case ANY_CHAR|ZERO_OR_MORE: /* .* */ in test_string()
1227 case IN_ASCII_CHAR_CLASS|ZERO_OR_MORE: /* [.....]* */ in test_string()
1228 case NOT_IN_ASCII_CHAR_CLASS|ZERO_OR_MORE: in test_string()
1239 if ((int)*regexp == (int)(IN_ASCII_CHAR_CLASS|ZERO_OR_MORE)) { in test_string()
1354 case IN_MULTIBYTE_CHAR_CLASS|ZERO_OR_MORE: /* [.....]* */ in test_string()
1355 case NOT_IN_MULTIBYTE_CHAR_CLASS|ZERO_OR_MORE: in test_string()
1367 (int)(IN_MULTIBYTE_CHAR_CLASS|ZERO_OR_MORE)) { in test_string()
1490 case IN_OLD_ASCII_CHAR_CLASS|ZERO_OR_MORE: /* [.....]* */ in test_string()
[all …]
H A Dregex.h71 #define ZERO_OR_MORE 0x1 macro
H A Dregcmp.c736 ((unsigned int)*regex_typep | ZERO_OR_MORE); in regcmp()