Home
last modified time | relevance | path

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

/titanic_44/usr/src/ucbcmd/stty/
H A Dstty.c685 pcol(int ch1, int ch2) in pcol() argument
690 ch2 &= 0377; in pcol()
691 if (ch1 == ch2) in pcol()
692 ch2 = 0; in pcol()
693 for (; ch1 != 0 || ch2 != 0; ch1 = ch2, ch2 = 0) { in pcol()
712 if (ch2 != 0) { in pcol()
/titanic_44/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
/titanic_44/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()
/titanic_44/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()