Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/regex/
H A Dregex.c937 case ASCII_CHAR|ZERO_OR_MORE: /* char* */ in test_string()
1008 case MULTIBYTE_CHAR|ZERO_OR_MORE: /* char* */ in test_string()
1098 case ANY_CHAR|ZERO_OR_MORE: /* .* */ in test_string()
1229 case IN_ASCII_CHAR_CLASS|ZERO_OR_MORE: /* [.....]* */ in test_string()
1230 case NOT_IN_ASCII_CHAR_CLASS|ZERO_OR_MORE: in test_string()
1241 if ((int)*regexp == (int)(IN_ASCII_CHAR_CLASS|ZERO_OR_MORE)) { in test_string()
1356 case IN_MULTIBYTE_CHAR_CLASS|ZERO_OR_MORE: /* [.....]* */ in test_string()
1357 case NOT_IN_MULTIBYTE_CHAR_CLASS|ZERO_OR_MORE: in test_string()
1369 (int)(IN_MULTIBYTE_CHAR_CLASS|ZERO_OR_MORE)) { in test_string()
1492 case IN_OLD_ASCII_CHAR_CLASS|ZERO_OR_MORE: /* [.....]* */ in test_string()
[all …]
H A Dregex.h73 #define ZERO_OR_MORE 0x1 macro
H A Dregcmp.c736 ((unsigned int)*regex_typep | ZERO_OR_MORE); in regcmp()