Home
last modified time | relevance | path

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

/netbsd-src/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 */
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dkeymaps.c60 Keymap keymap; in rl_make_bare_keymap() local
83 rl_empty_keymap (Keymap keymap) in rl_empty_keymap()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dkeymaps.c60 Keymap keymap; in rl_make_bare_keymap() local
83 rl_empty_keymap (Keymap keymap) in rl_empty_keymap()
H A Drlprivate.h93 Keymap keymap; /* used when dispatching commands in search string */ member
/netbsd-src/games/warp/
H A Dterm.c39 struct keymap { struct
42 struct keymap *km_km; argument
56 typedef struct keymap KEYMAP; argument
/netbsd-src/sys/dev/wscons/
H A Dwskbdvar.h71 const struct wskbd_mapdata *keymap; member
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfomap.c44 Keymap keymap; in keymap_make_keymap() local
139 Keymap keymap; in keymap_copy_keymap() local
H A Dwindow.h68 Keymap keymap; /* Keymap used to read commands in this window. */ member
H A Dsession.c4738 Keymap keymap = window->keymap; variable
/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dconsole.h95 u_int keymap; member
/netbsd-src/usr.sbin/installboot/
H A Dinstallboot.h105 const char *keymap; /* keyboard translations */ member
/netbsd-src/sys/dev/i2c/
H A Dtcakp.c238 const uint32_t *keymap; in tcakp_configure_fdt() local
/netbsd-src/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c704 bus_dmamap_t keymap = task->ct_keymap; in sun8i_crypto_task_load() local