Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c950 case ASCII_CHAR|ONE_OR_MORE: /* char+ */ in test_string()
1025 case MULTIBYTE_CHAR|ONE_OR_MORE: /* char+ */ in test_string()
1120 case ANY_CHAR|ONE_OR_MORE: /* .+ */ in test_string()
1258 case IN_ASCII_CHAR_CLASS|ONE_OR_MORE: /* [.....]+ */ in test_string()
1259 case NOT_IN_ASCII_CHAR_CLASS|ONE_OR_MORE: in test_string()
1270 if ((int)*regexp == (int)(IN_ASCII_CHAR_CLASS|ONE_OR_MORE)) { in test_string()
1388 case IN_MULTIBYTE_CHAR_CLASS|ONE_OR_MORE: /* [.....]+ */ in test_string()
1389 case NOT_IN_MULTIBYTE_CHAR_CLASS|ONE_OR_MORE: in test_string()
1401 (int)(IN_MULTIBYTE_CHAR_CLASS|ONE_OR_MORE)) { in test_string()
1522 case IN_OLD_ASCII_CHAR_CLASS|ONE_OR_MORE: /* [.....]+ */ in test_string()
[all …]
H A Dregex.h60 #define ONE_OR_MORE 0x2 macro
H A Dregcmp.c759 regex_typep | ONE_OR_MORE); in regcmp()