Searched refs:rl_generic_bind (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/lib/libedit/edit/readline/
H A Dreadline.h215 int rl_generic_bind(int, const char *, const char *, Keymap);
/freebsd-10-stable/contrib/libreadline/
H A Dbind.c246 return (rl_generic_bind (ISFUNC, keyseq, (char *)function, _rl_keymap));
258 return (rl_generic_bind (ISFUNC, keyseq, (char *)function, map));
268 return (rl_generic_bind (ISFUNC, keyseq, (char *)function, map));
323 rl_generic_bind (ISMACR, keyseq, macro_keys, map);
333 rl_generic_bind (type, keyseq, data, map) function
1395 rl_generic_bind (ISKMAP, seq, (char *)emacs_meta_keymap, _rl_keymap);
H A Dreadline.h306 extern int rl_generic_bind PARAMS((int, const char *, char *, Keymap));
314 /* Backwards compatibility, use rl_generic_bind instead. */
/freebsd-10-stable/contrib/gdb/gdb/tui/
H A Dtui.c325 rl_generic_bind (ISKMAP, "\\C-x", (char*) tui_ctlx_keymap, tui_keymap);
/freebsd-10-stable/lib/libedit/
H A Dreadline.c2220 rl_generic_bind(int type, const char * keyseq, const char * data, Keymap k) function

Completed in 104 milliseconds