Searched defs:keymap (Results 1 – 5 of 5) sorted by relevance
91 struct keymap { struct92 int count; /* count of number of key structs allocated */93 short mapping[MAX_CHAR]; /* mapping of key to allocated structs */94 key_entry_t **key; /* dynamic array of keys */
13 keymap_t keymap = { variable
32 keymap_t keymap; in main() local
26 static u16_t keymap[NR_SCAN_CODES][MAP_COLS] = { variable
93 const char *keymap; /* keyboard translations */ member