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

/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Deuc.h33 #define SS3 0x008f macro
39 #define csetno(c) (((c)&0x80)?((c)==SS2)?2:(((c)==SS3)?3:1):0)
H A Deuc.multibyte.c75 } else if(c == SS3) {
179 *s++ = SS3;
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Deuclen.c46 case SS3:
67 case SS3:
68 return (eucw3 + 1); /* include SS3 */
93 case SS3:
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Deuc.h37 #define SS3 0x008f macro
43 #define ISSET3(c) (((c) & 0x00ff) == SS3)
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dmbgetwidth.c71 } else if (c == SS3) {
87 } else if (c == SS3) {
H A Dwctomb.c67 *s++ = (char)SS3;
H A Dmbtowc.c61 } else if (c == SS3) {
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.c44 #if !defined SS3
45 #define SS3 0x8f macro
160 codestr[position++] = SS3;
/opensolaris-onvv-gate/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c379 } else if (ic1 == SS3) { /* JIS X 0212 or UDC; 3 bytes */
491 KICONV_JA_NPUT(SS3);
592 } else if (ic1 == SS3) { /* JIS X 0212 or UDC; 3 bytes */
733 KICONV_JA_NPUT(SS3);
/opensolaris-onvv-gate/usr/src/lib/libgen/common/
H A Dreg_step.c545 (unsigned char)*p2 == SS3)
/opensolaris-onvv-gate/usr/src/cmd/egrep/
H A Degrep.y540 if(multibyte && c >= 0200 && (!iscntrl(c) || c == SS2 && eucw2 || c == SS3 && eucw3))
1293 multic[0] = SS3;
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_voper.c1152 #define SS3 0217 macro
/opensolaris-onvv-gate/usr/src/lib/libc/port/regex/
H A Dregex.c453 } else if ((unsigned char)*prev_cs3 == SS3) {
/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
5165 case SS3:
5213 case SS3:
5240 case SS3:

Completed in 176 milliseconds