Searched refs:_rl_function_of_keyseq_internal (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | bind.c | 83 static rl_command_func_t *_rl_function_of_keyseq_internal PARAMS((const char *, size_t, Keymap, int… 812 _rl_function_of_keyseq_internal (const char *keyseq, size_t len, Keymap map, int *type) in _rl_function_of_keyseq_internal() function 874 return _rl_function_of_keyseq_internal (keyseq, strlen (keyseq), map, type); in rl_function_of_keyseq() 880 return _rl_function_of_keyseq_internal (keyseq, len, map, type); in rl_function_of_keyseq_len()
|