Home | History | Annotate | Download | only in dist

Lines Matching defs:input_key_entry

36 struct input_key_entry {
40 RB_ENTRY(input_key_entry) entry;
42 RB_HEAD(input_key_tree, input_key_entry);
45 static int input_key_cmp(struct input_key_entry *,
46 struct input_key_entry *);
47 RB_GENERATE_STATIC(input_key_tree, input_key_entry, entry, input_key_cmp);
51 static struct input_key_entry input_key_defaults[] = {
337 input_key_cmp(struct input_key_entry *ike1, struct input_key_entry *ike2)
347 static struct input_key_entry *
350 struct input_key_entry entry = { .key = key };
372 struct input_key_entry *ike, *new;
582 struct input_key_entry *ike = NULL;