Searched refs:SS2 (Results 1 - 16 of 16) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Deuc.h32 #define SS2 0x008e macro
39 #define csetno(c) (((c)&0x80)?((c)==SS2)?2:(((c)==SS3)?3:1):0)
H A Deuc.multibyte.c68 if (c == SS2) {
174 *s++ = SS2;
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Deuclen.c44 case SS2:
65 case SS2:
66 return (eucw2 + 1); /* include SS2 */
89 case SS2:
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Deuc.h36 #define SS2 0x008e macro
42 #define ISSET2(c) (((c) & 0x00ff) == SS2)
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dmbgetwidth.c69 if (c == SS2) {
85 if (c == SS2) {
H A Dwctomb.c61 *s++ = (char)SS2;
H A Dmbtowc.c56 if (c == SS2) {
H A Dcurshdr.h184 #define TYPE(x) ((x) == SS2 ? 1 : (x) == SS3 ? 2 : ISMBIT(x) ? 0 : 3)
/opensolaris-onvv-gate/usr/src/head/
H A Deuc.h50 (((c)&0x80)?(((c)&0xff) == SS2)?2:((((c)&0xff) == SS3)?3:1):0)
/opensolaris-onvv-gate/usr/src/cmd/dumpcs/
H A Ddumpcs.c41 #if !defined SS2
42 #define SS2 0x8e macro
156 codestr[position++] = SS2;
/opensolaris-onvv-gate/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c370 } else if (ic1 == SS2) { /* JIS X 0201 Kana; 2 bytes */
486 KICONV_JA_NPUT(SS2);
574 } else if (ic1 == SS2) { /* JIS X 0201 Kana; 2bytes */
728 KICONV_JA_NPUT(SS2);
/opensolaris-onvv-gate/usr/src/lib/libgen/common/
H A Dreg_step.c542 (unsigned char)*p1 == SS2)
/opensolaris-onvv-gate/usr/src/cmd/egrep/
H A Degrep.y540 if(multibyte && c >= 0200 && (!iscntrl(c) || c == SS2 && eucw2 || c == SS3 && eucw3))
1289 multic[0] = SS2;
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_voper.c1151 #define SS2 0216 macro
/opensolaris-onvv-gate/usr/src/lib/libc/port/regex/
H A Dregex.c451 } else if ((unsigned char)*prev_cs2 == SS2) {
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dldterm.c3698 * particular, we can't count SS2 or SS3 as
4320 * following SS2 or SS3, then just reject it
4741 * because single shift characters, SS2 and SS3, are not
5145 * value may be garbage, as it's probably not SS2 or SS3, and
5163 case SS2:
5211 case SS2:
5238 case SS2:

Completed in 136 milliseconds