Searched refs:rl_command_func_t (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Demacs_keymap.c39 { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-c */
51 { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-o */
60 { ISKMAP, (rl_command_func_t *)emacs_ctlx_keymap }, /* Control-x */
62 { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-z */
63 { ISKMAP, (rl_command_func_t *)emacs_meta_keymap }, /* Control-[ */
64 { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-\ */
66 { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-^ */
319 { ISFUNC, (rl_command_func_t *)0x0 }, /* Meta-Control-@ */
320 { ISFUNC, (rl_command_func_t *)0x0 }, /* Meta-Control-a */
321 { ISFUNC, (rl_command_func_t *)
[all...]
H A Dvi_keymap.c36 { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-@ */
37 { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-a */
38 { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-b */
39 { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-c */
42 { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-f */
45 { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-i */
51 { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-o */
60 { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-x */
62 { ISFUNC, (rl_command_func_t *)0x0 }, /* Control-z */
64 { ISFUNC, (rl_command_func_t *)
[all...]
H A Dreadline.h71 rl_command_func_t *function;
292 extern int rl_add_defun PARAMS((const char *, rl_command_func_t *, int));
293 extern int rl_bind_key PARAMS((int, rl_command_func_t *));
294 extern int rl_bind_key_in_map PARAMS((int, rl_command_func_t *, Keymap));
297 extern int rl_bind_key_if_unbound PARAMS((int, rl_command_func_t *));
298 extern int rl_bind_key_if_unbound_in_map PARAMS((int, rl_command_func_t *, Keymap));
299 extern int rl_unbind_function_in_map PARAMS((rl_command_func_t *, Keymap));
301 extern int rl_bind_keyseq PARAMS((const char *, rl_command_func_t *));
302 extern int rl_bind_keyseq_in_map PARAMS((const char *, rl_command_func_t *, Keymap));
303 extern int rl_bind_keyseq_if_unbound PARAMS((const char *, rl_command_func_t *));
[all...]
H A Dkeymaps.h47 rl_command_func_t *function;
57 union { rl_command_func_t *function; struct _keymap_entry *keymap; } value;
H A Drltypedefs.h48 typedef int rl_command_func_t PARAMS((int, int)); typedef
H A Drldefs.h110 # define KEYMAP_TO_FUNCTION(data) (rl_command_func_t *)((int)(data))
113 # define KEYMAP_TO_FUNCTION(data) (rl_command_func_t *)(data)
H A Dbind.c96 /* rl_add_defun (char *name, rl_command_func_t *function, int key)
102 rl_command_func_t *function;
115 rl_command_func_t *function;
146 rl_command_func_t *function;
165 rl_command_func_t *default_func;
178 rl_command_func_t *default_func;
193 return (rl_bind_key (key, (rl_command_func_t *)NULL));
203 return (rl_bind_key_in_map (key, (rl_command_func_t *)NULL, map));
209 rl_command_func_t *func;
218 map[i].function = (rl_command_func_t *)NUL
[all...]
H A Dfunmap.c189 {(char *)NULL, (rl_command_func_t *)NULL }
195 rl_command_func_t *function;
H A Dkeymaps.c64 keymap[i].function = (rl_command_func_t *)NULL;
H A Dreadline.c163 rl_command_func_t *rl_last_func = (rl_command_func_t *)NULL;
703 rl_command_func_t *func;
868 rl_command_func_t *func, *nf;
954 rl_last_func = (rl_command_func_t *)NULL;
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));
859 rl_command_func_t *func;
895 rl_command_func_t *func;
H A Disearch.c327 rl_command_func_t *f;
329 f = (rl_command_func_t *)NULL;
H A Dutil.c111 rl_last_func = (rl_command_func_t *)NULL;
H A Dcomplete.c380 rl_command_func_t *cfunc;
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/editline/
H A Dreadline.h46 typedef int rl_command_func_t(int, int); typedef
181 int rl_bind_key(int, rl_command_func_t *);
214 int rl_bind_key_in_map(int, rl_command_func_t *, Keymap);
/macosx-10.10.1/libedit-40/src/editline/
H A Dreadline.h46 typedef int rl_command_func_t(int, int); typedef
182 int rl_bind_key(int, rl_command_func_t *);
215 int rl_bind_key_in_map(int, rl_command_func_t *, Keymap);
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dbind.c197 if (rl_set_key (remove_seq, (rl_command_func_t *)NULL, rl_get_keymap ()) != 0)
227 rl_command_func_t *function;
259 rl_command_func_t *function;
H A Dread.c719 static rl_command_func_t *old_delim_func;
721 static rl_command_func_t *old_newline_func;
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dreadline.c1792 rl_bind_key(int c, rl_command_func_t *func)
2228 rl_bind_key_in_map(int key, rl_command_func_t *fun, Keymap k)
/macosx-10.10.1/libedit-40/src/
H A Dreadline.c1833 rl_bind_key(int c, rl_command_func_t *func)
2284 rl_command_func_t *fun __attribute__((__unused__)),
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbashline.c335 rl_command_func_t *func;

Completed in 488 milliseconds