Home
last modified time | relevance | path

Searched defs:keymap (Results 1 – 5 of 5) sorted by relevance

/minix3/lib/libcurses/
H A Dkeymap.h91 struct keymap { struct
92 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 */
/minix3/minix/drivers/tty/tty/keymaps/
H A Dgenmap.c13 keymap_t keymap = { variable
/minix3/minix/commands/loadkeys/
H A Dloadkeys.c32 keymap_t keymap; in main() local
/minix3/minix/drivers/tty/tty/arch/i386/
H A Dkeyboard.c26 static u16_t keymap[NR_SCAN_CODES][MAP_COLS] = { variable
/minix3/usr.sbin/installboot/
H A Dinstallboot.h93 const char *keymap; /* keyboard translations */ member