Home
last modified time | relevance | path

Searched refs:rl_function_of_keyseq (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dreadline.h336 extern rl_command_func_t *rl_function_of_keyseq PARAMS((const char *, Keymap, int *));
H A Dbind.c872 rl_function_of_keyseq (const char *keyseq, Keymap map, int *type) in rl_function_of_keyseq() function
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi873 @deftypefun {rl_command_func_t *} rl_function_of_keyseq (const char *keyseq, Keymap map, int *type)
884 in keymap @var{map}. Equivalent to @code{rl_function_of_keyseq} with the
H A Dreadline.info2320 -- Function: rl_command_func_t * rl_function_of_keyseq (const char
2332 Equivalent to 'rl_function_of_keyseq' with the addition of the LEN
4969 * rl_function_of_keyseq: Associating Function Names and Bindings.