Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.h56 #define MULTIBYTE_CHAR 36 macro
H A Dregex.c270 } else if ((int)*regexp == (int)MULTIBYTE_CHAR) { in regex()
770 case MULTIBYTE_CHAR: /* single multibyte char */ in test_string()
1006 case MULTIBYTE_CHAR|ZERO_OR_MORE: /* char* */ in test_string()
1025 case MULTIBYTE_CHAR|ONE_OR_MORE: /* char+ */ in test_string()
1049 case MULTIBYTE_CHAR|COUNT: /* char{min_count,max_count} */ in test_string()
H A Dregcmp.c922 *compilep = (unsigned char)MULTIBYTE_CHAR; in add_single_char_expr()