Searched refs:Keymap (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.2-release/contrib/texinfo/info/
H A Dinfomap.h59 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 rootma
[all...]
H A Ddoc.h88 #include "infomap.h" /* for Keymap. */
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);
H A Dinfomap.c33 static int keymap_bind_keyseq (Keymap map, const char *keyseq,
38 Keymap
42 Keymap keymap;
44 keymap = (Keymap)xmalloc (256 * sizeof (KEYMAP_ENTRY));
67 find_function_keyseq (Keymap map, int c, Keymap rootmap)
78 Keymap m = rootmap;
82 m = (Keymap)m[*p].function;
94 const char *keyseq, Keymap rootmap)
111 const char *keyseq, Keymap rootma
[all...]
H A Dinfodoc.c188 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);
632 key_documentation (char key, Keymap map)
647 Keymap map;
671 map = (Keymap)map[ESC].function;
687 map = (Keymap)map[keystroke].function;
1061 where_is (Keymap map, InfoCommand *cmd)
1094 where_is_internal (Keymap map, InfoCommand *cmd)
1139 rep = where_is_internal ((Keymap)ma
[all...]
H A Dwindow.h66 Keymap keymap; /* Keymap used to read commands in this window. */
H A Dsession.h64 extern void info_dispatch_on_key (unsigned char key, Keymap map);
H A Dsession.c3982 : NULL; /* function member is a Keymap if ISKMAP */
4601 info_dispatch_on_key (unsigned char key, Keymap map)
4608 map = (Keymap)map[ESC].function;
4691 info_dispatch_on_key (newkey, (Keymap)map[key].function);
4750 Keymap keymap = window->keymap;
/freebsd-10.2-release/contrib/libreadline/
H A Dkeymaps.h62 typedef KEYMAP_ENTRY *Keymap; typedef
74 extern Keymap rl_make_bare_keymap PARAMS((void));
77 extern Keymap rl_copy_keymap PARAMS((Keymap));
82 extern Keymap rl_make_keymap PARAMS((void));
85 extern void rl_discard_keymap PARAMS((Keymap));
91 extern Keymap rl_get_keymap_by_name PARAMS((const char *));
94 extern Keymap rl_get_keymap PARAMS((void));
97 extern void rl_set_keymap PARAMS((Keymap));
H A Dkeymaps.c55 Keymap
59 Keymap keymap = (Keymap)xmalloc (KEYMAP_SIZE * sizeof (KEYMAP_ENTRY));
79 Keymap
81 Keymap map;
84 Keymap temp;
98 Keymap
102 Keymap newmap;
126 Keymap map;
141 rl_discard_keymap ((Keymap)ma
[all...]
H A Dreadline.h295 extern int rl_bind_key_in_map PARAMS((int, rl_command_func_t *, Keymap));
297 extern int rl_unbind_key_in_map PARAMS((int, Keymap));
299 extern int rl_bind_key_if_unbound_in_map PARAMS((int, rl_command_func_t *, Keymap));
300 extern int rl_unbind_function_in_map PARAMS((rl_command_func_t *, Keymap));
301 extern int rl_unbind_command_in_map PARAMS((const char *, Keymap));
303 extern int rl_bind_keyseq_in_map PARAMS((const char *, rl_command_func_t *, Keymap));
305 extern int rl_bind_keyseq_if_unbound_in_map PARAMS((const char *, rl_command_func_t *, Keymap));
306 extern int rl_generic_bind PARAMS((int, const char *, char *, Keymap));
312 extern int rl_set_key PARAMS((const char *, rl_command_func_t *, Keymap));
315 extern int rl_macro_bind PARAMS((const char *, const char *, Keymap));
[all...]
H A Drldefs.h103 /* If you cast map[key].function to type (Keymap) on a Cray,
109 # define FUNCTION_TO_KEYMAP(map, key) (Keymap)((int)map[key].function)
112 # define FUNCTION_TO_KEYMAP(map, key) (Keymap)(map[key].function)
H A Drlprivate.h101 Keymap dmap;
103 Keymap oldmap;
273 extern int _rl_dispatch PARAMS((int, Keymap));
274 extern int _rl_dispatch_subseq PARAMS((int, Keymap, int));
388 extern Keymap _rl_keymap;
H A Dbind.c74 Keymap rl_binding_keymap;
124 Keymap escmap;
147 Keymap map;
150 Keymap oldmap;
166 Keymap kmap;
201 Keymap map;
210 Keymap map;
228 Keymap map;
256 Keymap map;
266 Keymap ma
[all...]
H A Dreadline.c89 static void bind_arrow_keys_internal PARAMS((Keymap));
95 static int _rl_subseq_result PARAMS((int, Keymap, int, int));
113 Keymap _rl_keymap = emacs_standard_keymap;
228 /* Keymap holding the function currently being executed. */
229 Keymap rl_executing_keymap;
231 /* Keymap we're currently using to dispatch. */
232 Keymap _rl_dispatching_keymap;
689 Keymap map;
698 Keymap map;
863 Keymap ma
[all...]
H A Drltty.c191 static void set_special_char PARAMS((Keymap, TIOTYPE *, int, rl_command_func_t));
408 static void set_special_char PARAMS((Keymap, TIOTYPE *, int, rl_command_func_t));
409 static void _rl_bind_tty_special_chars PARAMS((Keymap, TIOTYPE));
856 Keymap kmap;
871 Keymap kmap;
892 Keymap kmap;
911 Keymap kmap;
932 Keymap kmap;
949 Keymap kmap;
960 Keymap kma
[all...]
H A Dterminal.c173 static void bind_termcap_arrow_keys PARAMS((Keymap));
552 Keymap map;
554 Keymap xkeymap;
H A Dvi_mode.c75 /* Keymap used for vi replace characters. Created dynamically since
77 static Keymap vi_replace_map;
/freebsd-10.2-release/lib/libedit/edit/readline/
H A Dreadline.h73 typedef KEYMAP_ENTRY *Keymap; typedef
212 Keymap rl_get_keymap(void);
213 void rl_set_keymap(Keymap);
214 Keymap rl_make_bare_keymap(void);
215 int rl_generic_bind(int, const char *, const char *, Keymap);
216 int rl_bind_key_in_map(int, rl_command_func_t *, Keymap);
/freebsd-10.2-release/contrib/gdb/gdb/tui/
H A Dtui.c90 static Keymap tui_keymap;
91 static Keymap tui_readline_standard_keymap;
310 Keymap tui_ctlx_keymap;
/freebsd-10.2-release/lib/libedit/
H A Dreadline.c2200 Keymap
2206 Keymap
2214 rl_set_keymap(Keymap k)
2220 rl_generic_bind(int type, const char * keyseq, const char * data, Keymap k)
2227 rl_bind_key_in_map(int key, rl_command_func_t *fun, Keymap k)

Completed in 103 milliseconds