tty_keys_find1
static struct tty_key *tty_keys_find1(struct tty_key *, const char *, size_t,
return (tty_keys_find1(tty->key_tree, buf, len, size));
return (tty_keys_find1(tk, buf, len, size));