Searched refs:termio_accelkeys (Results 1 – 1 of 1) sorted by relevance
382 static const char *const termio_accelkeys = "[]"; variable394 if ((acc = strchr(termio_accelkeys, c)) == NULL) in termio_accel_lookup()397 return (termio_accelstrings[(int)(acc - termio_accelkeys)]); in termio_accel_lookup()