Searched refs:Keymap (Results 1 – 9 of 9) sorted by relevance
| /mirbsd/src/gnu/usr.bin/texinfo/info/ |
| D | infomap.h | 59 typedef KEYMAP_ENTRY *Keymap; typedef 65 extern Keymap info_keymap; 66 extern Keymap echo_area_keymap; 70 extern Keymap keymap_make_keymap (void); 73 extern Keymap keymap_copy_keymap (Keymap map, Keymap rootmap, 74 Keymap newroot); 77 extern void keymap_discard_keymap (Keymap map, Keymap rootmap);
|
| D | infomap.c | 33 static int keymap_bind_keyseq (Keymap map, const char *keyseq, 38 Keymap 42 Keymap keymap; in keymap_make_keymap() 44 keymap = (Keymap)xmalloc (256 * sizeof (KEYMAP_ENTRY)); in keymap_make_keymap() 67 find_function_keyseq (Keymap map, int c, Keymap rootmap) in find_function_keyseq() 78 Keymap m = rootmap; in find_function_keyseq() 82 m = (Keymap)m[*p].function; in find_function_keyseq() 94 const char *keyseq, Keymap rootmap) in add_function_keyseq() 111 const char *keyseq, Keymap rootmap) in remove_function_keyseq() 133 Keymap [all …]
|
| D | doc.h | 96 extern char *key_documentation (char key, Keymap map); 99 extern char *where_is (Keymap map, InfoCommand *cmd); 101 extern void dump_map_to_message_buffer (char *prefix, Keymap map);
|
| D | infodoc.c | 188 static char *where_is_internal (Keymap map, InfoCommand *cmd); 191 dump_map_to_message_buffer (char *prefix, Keymap map) 205 dump_map_to_message_buffer (new_prefix, (Keymap)map[i].function); 631 key_documentation (char key, Keymap map) 646 Keymap map; 670 map = (Keymap)map[ESC].function; 686 map = (Keymap)map[keystroke].function; 1060 where_is (Keymap map, InfoCommand *cmd) 1093 where_is_internal (Keymap map, InfoCommand *cmd) 1138 rep = where_is_internal ((Keymap)map[i].function, cmd);
|
| D | window.h | 66 Keymap keymap; /* Keymap used to read commands in this window. */
|
| D | session.h | 64 extern void info_dispatch_on_key (unsigned char key, Keymap map);
|
| D | session.c | 4588 info_dispatch_on_key (unsigned char key, Keymap map) in info_dispatch_on_key() 4595 map = (Keymap)map[ESC].function; in info_dispatch_on_key() 4678 info_dispatch_on_key (newkey, (Keymap)map[key].function); in info_dispatch_on_key() 4736 Keymap keymap = window->keymap;
|
| /mirbsd/src/lib/libedit/readline/ |
| D | readline.h | 71 typedef KEYMAP_ENTRY *Keymap; typedef 192 Keymap rl_get_keymap(void); 193 Keymap rl_make_bare_keymap(void); 194 int rl_generic_bind(int, const char *, const char *, Keymap); 195 int rl_bind_key_in_map(int, Function *, Keymap);
|
| /mirbsd/src/usr.bin/file/magdir/ |
| D | xwindows | 6 # Compiled X Keymap 8 1 string mkx Compiled XKB Keymap: lsb, 11 0 string xkm Compiled XKB Keymap: msb,
|