Lines Matching defs:keys
134 const char *keys;
151 keys = "jkl pqn";
159 if (strlen(keys = optarg) != NUMKEYS)
195 if (keys[i] == keys[j]) {
196 errx(1, "duplicate command keys specified.");
199 if (keys[i] == ' ')
202 key_write[i][0] = keys[i];
259 * Handle command keys.
261 if (c == keys[5]) {
265 if (c == keys[4]) {
281 if (c == keys[0]) {
287 if (c == keys[1]) {
295 if (c == keys[2]) {
301 if (c == keys[3]) {
309 if (c == keys[6]) {
352 (void)fprintf(stderr, "usage: %s [-bps] [-k keys] [-l level]\n",