/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | euclen.c | 44 case SS2: in euccol() 65 case SS2: in euclen() 89 case SS2: in eucscol()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | euc.h | 32 #define SS2 0x008e macro 39 #define csetno(c) (((c)&0x80)?((c)==SS2)?2:(((c)==SS3)?3:1):0)
|
H A D | euc.multibyte.c | 68 if (c == SS2) { in _mbtowc_euc() 174 *s++ = SS2; in _wctomb_euc()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | euc.h | 36 #define SS2 0x008e macro 42 #define ISSET2(c) (((c) & 0x00ff) == SS2)
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | mbgetwidth.c | 69 if (c == SS2) { in mbeucw() 85 if (c == SS2) { in mbscrw()
|
H A D | wctomb.c | 61 *s++ = (char)SS2; in _curs_wctomb()
|
H A D | mbtowc.c | 56 if (c == SS2) { in _curs_mbtowc()
|
H A D | curshdr.h | 184 #define TYPE(x) ((x) == SS2 ? 1 : (x) == SS3 ? 2 : ISMBIT(x) ? 0 : 3)
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | euc.c | 136 return (_EUC_mbrtowc_impl(pwc, s, n, ps, SS2, 4, 0, 0)); in _EUC_CN_mbrtowc() 151 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0)); in _EUC_CN_wcrtomb() 226 return (_EUC_mbrtowc_impl(pwc, s, n, ps, SS2, 2, SS3, 3)); in _EUC_JP_mbrtowc() 241 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 2, SS3, 3)); in _EUC_JP_wcrtomb() 271 return (_EUC_mbrtowc_impl(pwc, s, n, ps, SS2, 4, 0, 0)); in _EUC_TW_mbrtowc() 286 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0)); in _EUC_TW_wcrtomb()
|
/titanic_41/usr/src/cmd/dumpcs/ |
H A D | dumpcs.c | 41 #if !defined SS2 42 #define SS2 0x8e macro 156 codestr[position++] = SS2;
|
/titanic_41/usr/src/cmd/geniconvtbl/samples/ |
H A D | eucJP_to_ISO-2022-JP.src | 33 #define SS2 0x008e 76 between SS2 ... SS2 ;
|
/titanic_41/usr/src/head/ |
H A D | euc.h | 46 (((c)&0x80)?(((c)&0xff) == SS2)?2:((((c)&0xff) == SS3)?3:1):0)
|
/titanic_41/usr/src/uts/common/kiconv/kiconv_ja/ |
H A D | kiconv_ja.c | 370 } else if (ic1 == SS2) { /* JIS X 0201 Kana; 2 bytes */ in _do_kiconv_fr_eucjp() 486 KICONV_JA_NPUT(SS2); in _do_kiconv_to_eucjp() 574 } else if (ic1 == SS2) { /* JIS X 0201 Kana; 2bytes */ in _do_kiconvstr_fr_eucjp() 728 KICONV_JA_NPUT(SS2); in _do_kiconvstr_to_eucjp()
|
/titanic_41/usr/src/lib/libgen/common/ |
H A D | reg_step.c | 542 (unsigned char)*p1 == SS2) in _advance()
|
/titanic_41/usr/src/cmd/egrep/ |
H A D | egrep.y | 543 if(multibyte && c >= 0200 && (!iscntrl(c) || c == SS2 && eucw2 || c == SS3 && eucw3)) in dot() 1301 multic[0] = SS2; in maxmin()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_voper.c | 1151 #define SS2 0216 macro
|
/titanic_41/usr/src/lib/libc/port/regex/ |
H A D | regex.c | 451 } else if ((unsigned char)*prev_cs2 == SS2) { in previous_charp()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ldterm.c | 5173 case SS2: in ldterm_codeset() 5221 case SS2: in __ldterm_dispwidth_euc() 5248 case SS2: in __ldterm_memwidth_euc()
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 16299 # RM forbid SS2 keyboard mode: ^[[?<l 18484 # SS2 Single Shift 2 (G2 set) \E N - Intro -
|
H A D | terminfo.src | 18319 # RM forbid SS2 keyboard mode: ^[[?<l 20700 # SS2 Single Shift 2 (G2 set) \E N - Intro -
|