getindex
static int getindex(const char *words[], const char *word);
} else if (mode == -1 && (tmp = getindex(Modes, argv[1])) != -1)
else if (which == -1 && (tmp = getindex(Which, argv[1])) != -1)
((tmp = getindex(Combo1, argv[1])) != -1 ||
(tmp = getindex(Combo2, argv[1])) != -1)) {