Home
last modified time | relevance | path

Searched refs:ch1 (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/eqn/
H A Dfont.c20 setfont(char ch1) in setfont() argument
24 if (ch1 == 'r' || ch1 == 'R') in setfont()
26 else if (ch1 == 'i' || ch1 == 'I') in setfont()
28 else if (ch1 == 'b' || ch1 == 'B') in setfont()
31 ft = ch1; in setfont()
34 if (dbg) printf(".\tsetfont %c %c\n", ch1, ft); in setfont()
/titanic_41/usr/src/lib/libcurses/screen/
H A Dslk_start.c88 char ch1[3], *ch = label_format; in slk_start() local
94 ch1[i] = '\0'; in slk_start()
95 if ((k = atoi(ch1)) <= in slk_start()
104 ch1[i++] = *ch++; in slk_start()
/titanic_41/usr/src/ucbcmd/stty/
H A Dstty.c685 pcol(int ch1, int ch2) in pcol() argument
689 ch1 &= 0377; in pcol()
691 if (ch1 == ch2) in pcol()
693 for (; ch1 != 0 || ch2 != 0; ch1 = ch2, ch2 = 0) { in pcol()
694 if (ch1 == 0) in pcol()
696 if (ch1 & 0200 && !isprint(ch1)) { in pcol()
699 ch1 &= ~ 0200; in pcol()
701 if (ch1 == 0177) { in pcol()
704 ch1 = '?'; in pcol()
705 } else if (ch1 < ' ') { in pcol()
[all …]
/titanic_41/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c283 # define SWAP_FLAGS(ch1, ch2) \ argument
286 char __tmp = __getopt_nonoption_flags[ch1]; \
287 __getopt_nonoption_flags[ch1] = __getopt_nonoption_flags[ch2]; \
291 # define SWAP_FLAGS(ch1, ch2) argument
/titanic_41/usr/src/uts/common/io/iwk/
H A Diwk_eeprom.h209 struct iwk_eep_calib_channel_info ch1; member
H A Diwk2.c4688 (uint32_t)sc->sc_eep_map.calib_info.band_info_tbl[ban_n].ch1.ch_num; in iwk_channel_interpolate()
4704 band_info_tbl[ban_n].ch1.measure[c][m]); in iwk_channel_interpolate()
/titanic_41/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c1448 char *ch1, *ch2; in compareLUName() local
1457 if (((ch1 = strrchr(dev1, ',')) != NULL) && in compareLUName()
1459 *ch1 = *ch2 = '\0'; in compareLUName()
1469 if (((ch1 = strrchr(dev1, 's')) != NULL) && in compareLUName()
1471 *ch1 = *ch2 = '\0'; in compareLUName()