Lines Matching defs:tty_key
40 static void tty_keys_add1(struct tty_key **, const char *, key_code);
42 static void tty_keys_free1(struct tty_key *);
43 static struct tty_key *tty_keys_find1(struct tty_key *, const char *, size_t,
45 static struct tty_key *tty_keys_find(struct tty *, const char *, size_t,
64 struct tty_key {
68 struct tty_key *left;
69 struct tty_key *right;
71 struct tty_key *next;
431 struct tty_key *tk;
447 tty_keys_add1(struct tty_key **tkp, const char *s, key_code key)
449 struct tty_key *tk;
549 tty_keys_free1(struct tty_key *tk)
561 static struct tty_key *
569 static struct tty_key *
570 tty_keys_find1(struct tty_key *tk, const char *buf, size_t len, size_t *size)
609 struct tty_key *tk, *tk1;