/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | euclen.c | 46 case SS3: in euccol() 67 case SS3: in euclen() 93 case SS3: in eucscol()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | euc.h | 33 #define SS3 0x008f macro 39 #define csetno(c) (((c)&0x80)?((c)==SS2)?2:(((c)==SS3)?3:1):0)
|
H A D | euc.multibyte.c | 75 } else if(c == SS3) { in _mbtowc_euc() 179 *s++ = SS3; in _wctomb_euc()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | euc.h | 37 #define SS3 0x008f macro 43 #define ISSET3(c) (((c) & 0x00ff) == SS3)
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | mbgetwidth.c | 71 } else if (c == SS3) { in mbeucw() 87 } else if (c == SS3) { in mbscrw()
|
H A D | wctomb.c | 67 *s++ = (char)SS3; in _curs_wctomb()
|
H A D | mbtowc.c | 61 } else if (c == SS3) { 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/cmd/dumpcs/ |
H A D | dumpcs.c | 44 #if !defined SS3 45 #define SS3 0x8f macro 160 codestr[position++] = SS3;
|
/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/lib/libc/port/locale/ |
H A D | euc.c | 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()
|
/titanic_41/usr/src/cmd/geniconvtbl/samples/ |
H A D | eucJP_to_ISO-2022-JP.src | 34 #define SS3 0x008f
|
/titanic_41/usr/src/uts/common/kiconv/kiconv_ja/ |
H A D | kiconv_ja.c | 379 } else if (ic1 == SS3) { /* JIS X 0212 or UDC; 3 bytes */ in _do_kiconv_fr_eucjp() 491 KICONV_JA_NPUT(SS3); in _do_kiconv_to_eucjp() 592 } else if (ic1 == SS3) { /* JIS X 0212 or UDC; 3 bytes */ in _do_kiconvstr_fr_eucjp() 733 KICONV_JA_NPUT(SS3); in _do_kiconvstr_to_eucjp()
|
/titanic_41/usr/src/lib/libgen/common/ |
H A D | reg_step.c | 545 (unsigned char)*p2 == SS3) 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() 1305 multic[0] = SS3; in maxmin()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_voper.c | 1152 #define SS3 0217 macro
|
/titanic_41/usr/src/lib/libc/port/regex/ |
H A D | regex.c | 453 } else if ((unsigned char)*prev_cs3 == SS3) { in previous_charp()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ldterm.c | 5175 case SS3: in ldterm_codeset() 5223 case SS3: in __ldterm_dispwidth_euc() 5250 case SS3: in __ldterm_memwidth_euc()
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 2942 # A parameterized string should (really) not begin with SS3 (\EO). 3124 # SS3 \E O \217 3453 # The parameters with \EO (SS3) are technically an error, since SS3 should have 18485 # SS3 Single Shift 3 (G3 set) \E O - Intro -
|
H A D | terminfo.src | 3335 # A parameterized string should (really) not begin with SS3 (\EO). 3570 # SS3 \E O \217 3943 # The parameters with \EO (SS3) are technically an error, since SS3 should have 20701 # SS3 Single Shift 3 (G3 set) \E O - Intro -
|