Searched refs:WCHAR_CS2 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcurses_wchar.h37 #define P01 WCHAR_CS2 /* Code Set 2 */
/illumos-gate/usr/src/head/
H A Dwctype.h124 #define iscodeset2(c) (((c) & WCHAR_CSMASK) == WCHAR_CS2)
H A Dwidec.h118 #define WCHAR_CS2 0x10000000 macro
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y1191 lower[i] = maxmin(WCHAR_CS2, 0);
1192 upper[i++] = maxmin(WCHAR_CS2, 1);
1209 if(eucw2 && lower[i] > maxmin(WCHAR_CS2, 0)) {
1210 lower[next] = maxmin(WCHAR_CS2, 0);
1211 if((lower[i] & WCHAR_CSMASK) != WCHAR_CS2) {
1212 upper[next++] = maxmin(WCHAR_CS2, 1);
1232 if(eucw3 && (upper[j] & WCHAR_CSMASK) == WCHAR_CS2 && (lower[j+1] & WCHAR_CSMASK) == WCHAR_CS1) {
1252 if((upper[current] & WCHAR_CSMASK) == WCHAR_CS2 && eucw3) {
1312 case WCHAR_CS2: return minmax2[flag];

Completed in 746 milliseconds