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

/illumos-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;
/illumos-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:
/illumos-gate/usr/src/uts/common/sys/
H A Deuc.h36 #define SS2 0x008e macro
42 #define ISSET2(c) (((c) & 0x00ff) == SS2)
/illumos-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)
/illumos-gate/usr/src/head/
H A Deuc.h46 (((c)&0x80)?(((c)&0xff) == SS2)?2:((((c)&0xff) == SS3)?3:1):0)
/illumos-gate/usr/src/lib/libc/port/locale/
H A Deuc.c136 return (_EUC_mbrtowc_impl(pwc, s, n, ps, SS2, 4, 0, 0));
151 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0));
226 return (_EUC_mbrtowc_impl(pwc, s, n, ps, SS2, 2, SS3, 3));
241 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 2, SS3, 3));
271 return (_EUC_mbrtowc_impl(pwc, s, n, ps, SS2, 4, 0, 0));
286 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0));
/illumos-gate/usr/src/cmd/dumpcs/
H A Ddumpcs.c41 #if !defined SS2
42 #define SS2 0x8e macro
156 codestr[position++] = SS2;
/illumos-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);
/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_step.c542 (unsigned char)*p1 == SS2)
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_voper.c1151 #define SS2 0216 macro
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y543 if(multibyte && c >= 0200 && (!iscntrl(c) || c == SS2 && eucw2 || c == SS3 && eucw3))
1301 multic[0] = SS2;
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c451 } else if ((unsigned char)*prev_cs2 == SS2) {
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c3708 * particular, we can't count SS2 or SS3 as
4330 * following SS2 or SS3, then just reject it
4751 * because single shift characters, SS2 and SS3, are not
5155 * value may be garbage, as it's probably not SS2 or SS3, and
5173 case SS2:
5221 case SS2:
5248 case SS2:

Completed in 68 milliseconds