Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/regex/
H A Dregex.c836 case IN_MULTIBYTE_CHAR_CLASS: /* [....] */ in test_string()
846 if ((int)*regexp == (int)IN_MULTIBYTE_CHAR_CLASS) { in test_string()
1356 case IN_MULTIBYTE_CHAR_CLASS|ZERO_OR_MORE: /* [.....]* */ in test_string()
1369 (int)(IN_MULTIBYTE_CHAR_CLASS|ZERO_OR_MORE)) { in test_string()
1390 case IN_MULTIBYTE_CHAR_CLASS|ONE_OR_MORE: /* [.....]+ */ in test_string()
1403 (int)(IN_MULTIBYTE_CHAR_CLASS|ONE_OR_MORE)) { in test_string()
1431 case IN_MULTIBYTE_CHAR_CLASS|COUNT: /* [...]{min_count,max_count} */ in test_string()
1445 if ((int)*regexp == (int)(IN_MULTIBYTE_CHAR_CLASS|COUNT)) { in test_string()
H A Dregex.h55 #define IN_MULTIBYTE_CHAR_CLASS 72 macro
H A Dregcmp.c401 IN_MULTIBYTE_CHAR_CLASS; in regcmp()