Searched refs:rl_generic_bind (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | bind.c | 294 return (rl_generic_bind (ISFUNC, keyseq, (char *)function, _rl_keymap)); in rl_bind_keyseq() 303 return (rl_generic_bind (ISFUNC, keyseq, (char *)function, map)); in rl_bind_keyseq_in_map() 310 return (rl_generic_bind (ISFUNC, keyseq, (char *)function, map)); in rl_set_key() 369 rl_generic_bind (ISMACR, keyseq, macro_keys, map); in rl_macro_bind() 379 rl_generic_bind (int type, const char *keyseq, char *data, Keymap map) in rl_generic_bind() function 1783 rl_generic_bind (ISKMAP, seq, (char *)emacs_meta_keymap, _rl_keymap); in rl_parse_and_bind()
|
| H A D | readline.h | 320 extern int rl_generic_bind PARAMS((int, const char *, char *, Keymap));
|
| H A D | ChangeLog.gdb | 287 * bind.c (rl_generic_bind): Pressing certain key sequences 1157 * readline.c (clear_to_eol, rl_generic_bind): Make static.
|
| /netbsd-src/lib/libedit/readline/ |
| H A D | readline.h | 262 int rl_generic_bind(int, const char *, const char *, Keymap);
|
| /netbsd-src/lib/libedit/ |
| H A D | readline.c | 2519 rl_generic_bind(int type __attribute__((__unused__)), in rl_generic_bind() function
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/ |
| H A D | rltech.texi | 843 @deftypefun int rl_generic_bind (int type, const char *keyseq, char *data, Keymap map) 1306 use @code{rl_generic_bind()} instead.
|
| H A D | readline.info | 2290 -- Function: int rl_generic_bind (int type, const char *keyseq, char 2713 'rl_generic_bind()' instead. 4975 * rl_generic_bind: Binding Keys. (line 87)
|