Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c834 case IN_MULTIBYTE_CHAR_CLASS: /* [....] */ in test_string()
844 if ((int)*regexp == (int)IN_MULTIBYTE_CHAR_CLASS) { in test_string()
1354 case IN_MULTIBYTE_CHAR_CLASS|ZERO_OR_MORE: /* [.....]* */ in test_string()
1367 (int)(IN_MULTIBYTE_CHAR_CLASS|ZERO_OR_MORE)) { in test_string()
1388 case IN_MULTIBYTE_CHAR_CLASS|ONE_OR_MORE: /* [.....]+ */ in test_string()
1401 (int)(IN_MULTIBYTE_CHAR_CLASS|ONE_OR_MORE)) { in test_string()
1429 case IN_MULTIBYTE_CHAR_CLASS|COUNT: /* [...]{min_count,max_count} */ in test_string()
1443 if ((int)*regexp == (int)(IN_MULTIBYTE_CHAR_CLASS|COUNT)) { in test_string()
H A Dregex.h53 #define IN_MULTIBYTE_CHAR_CLASS 72 macro
H A Dregcmp.c401 IN_MULTIBYTE_CHAR_CLASS; in regcmp()