Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/regex/
H A Dregex.h58 #define MULTIBYTE_CHAR 36 macro
H A Dregex.c272 } else if ((int)*regexp == (int)MULTIBYTE_CHAR) { in regex()
772 case MULTIBYTE_CHAR: /* single multibyte char */ in test_string()
1008 case MULTIBYTE_CHAR|ZERO_OR_MORE: /* char* */ in test_string()
1027 case MULTIBYTE_CHAR|ONE_OR_MORE: /* char+ */ in test_string()
1051 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()