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