Home
last modified time | relevance | path

Searched refs:ch2 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Djohap92_to_euc.c137 int ch1, ch2; in _johap92_to_wansung() local
141 ch2 = code & 0xff; in _johap92_to_wansung()
143 if ((ch1 >= 0x84 && ch1 <= 0xd3) && ((ch2 >= 0x41 && ch2 <= 0x7e) || in _johap92_to_wansung()
144 (ch2 >= 0x81 && ch2 <= 0xfe))) /* Hangul */ in _johap92_to_wansung()
177 else if ((ch2 >= 0x31 && ch2 <= 0x7e) || (ch2 >= 0x91 && ch2 <= 0xfe)) in _johap92_to_wansung()
182 return(code | ((ch2 > 0xa0) ? ch2 in _johap92_to_wansung()
183 : ch2 + 0x70 - ((ch2 / 0x91) * 0x12))); in _johap92_to_wansung()
188 return(code | ((ch2 > 0xa0) ? ch2 in _johap92_to_wansung()
189 : ch2 + 0x70 - ((ch2 / 0x91) * 0x12))); in _johap92_to_wansung()
192 return((ch2 > 0xa0) ? 0xfe00 | ch2 : 0xc900 in _johap92_to_wansung()
[all …]
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c686 pcol(int ch1, int ch2) in pcol() argument
691 ch2 &= 0377; in pcol()
692 if (ch1 == ch2) in pcol()
693 ch2 = 0; in pcol()
694 for (; ch1 != 0 || ch2 != 0; ch1 = ch2, ch2 = 0) { in pcol()
713 if (ch2 != 0) { in pcol()
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c283 # define SWAP_FLAGS(ch1, ch2) \ argument
287 __getopt_nonoption_flags[ch1] = __getopt_nonoption_flags[ch2]; \
288 __getopt_nonoption_flags[ch2] = __tmp; \
291 # define SWAP_FLAGS(ch1, ch2) argument
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_eeprom.h210 struct iwk_eep_calib_channel_info ch2; member
H A Diwk2.c4690 (uint32_t)sc->sc_eep_map.calib_info.band_info_tbl[ban_n].ch2.ch_num; in iwk_channel_interpolate()
4707 ch2.measure[c][m]); in iwk_channel_interpolate()
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c1448 char *ch1, *ch2; in compareLUName() local
1458 ((ch2 = strrchr(dev2, ',')) != NULL)) { in compareLUName()
1459 *ch1 = *ch2 = '\0'; in compareLUName()
1470 ((ch2 = strrchr(dev2, 's')) != NULL)) { in compareLUName()
1471 *ch1 = *ch2 = '\0'; in compareLUName()