input_key_entry
input_key_cmp(struct input_key_entry *ike1, struct input_key_entry *ike2)
static struct input_key_entry *
struct input_key_entry entry = { .key = key };
struct input_key_entry *ike, *new;
RB_ENTRY(input_key_entry) entry;
RB_HEAD(input_key_tree, input_key_entry);
static int input_key_cmp(struct input_key_entry *,
struct input_key_entry *);
RB_GENERATE_STATIC(input_key_tree, input_key_entry, entry, input_key_cmp);
static struct input_key_entry input_key_defaults[] = {
struct input_key_entry *ike = NULL;