Searched refs:rl_function_of_keyseq (Results 1 – 4 of 4) sorted by relevance
336 extern rl_command_func_t *rl_function_of_keyseq PARAMS((const char *, Keymap, int *));
872 rl_function_of_keyseq (const char *keyseq, Keymap map, int *type) in rl_function_of_keyseq() function
873 @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
2320 -- Function: rl_command_func_t * rl_function_of_keyseq (const char2332 Equivalent to 'rl_function_of_keyseq' with the addition of the LEN4969 * rl_function_of_keyseq: Associating Function Names and Bindings.