Lines Matching refs:which
203 /* ignore the termcap names, which are empty */
263 keyIsDistinct(XtermWidget xw, int which)
270 if (table[which].param == SHIFT) {
275 && screen->tcap_fkeys[which] != NO_STRING) {
279 if (table[k].code == table[which].code
284 && !strcmp(fkey, screen->tcap_fkeys[which])) {
305 if (table[which].param == SHIFT) {
376 int which;
378 if ((which = lookupTcapByName(name)) >= 0) {
379 if (keyIsDistinct(xw, which)) {
380 data = table + which;
462 int which;
464 if ((which = firstTcapByCode(keycode, param)) >= 0) {
471 if ((fkey = screen->tcap_fkeys[which]) != NO_STRING) {
476 } while ((which = nextTcapByCode(keycode, param, which)) >= 0);