Searched refs:rl_generic_bind (Results 1 – 6 of 6) sorted by relevance
/openbsd/lib/libedit/readline/ |
H A D | readline.h | 214 int rl_generic_bind(int, const char *, const char *, Keymap);
|
/openbsd/gnu/lib/libreadline/ |
H A D | bind.c | 211 return (rl_generic_bind (ISFUNC, keyseq, (char *)function, map)); 232 rl_generic_bind (ISMACR, keyseq, macro_keys, map); 242 rl_generic_bind (type, keyseq, data, map) in rl_generic_bind() function 1245 rl_generic_bind (ISKMAP, seq, (char *)emacs_meta_keymap, _rl_keymap);
|
H A D | readline.h | 296 extern int rl_generic_bind PARAMS((int, const char *, char *, Keymap));
|
/openbsd/gnu/usr.bin/binutils/gdb/tui/ |
H A D | tui.c | 325 rl_generic_bind (ISKMAP, "\\C-x", (char*) tui_ctlx_keymap, tui_keymap); in tui_initialize_readline()
|
/openbsd/lib/libedit/ |
H A D | readline.c | 2260 rl_generic_bind(int type, const char * keyseq, const char * data, Keymap k) in rl_generic_bind() function
|
/openbsd/gnu/lib/libreadline/doc/ |
H A D | rltech.texinfo | 687 @deftypefun int rl_generic_bind (int type, const char *keyseq, char *data, Keymap map) 1084 use @code{rl_generic_bind()} instead.
|