Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/readline/
H A Dreadline.h324 extern rl_command_func_t *rl_function_of_keyseq PARAMS((const char *, Keymap, int *));
H A Dbind.c283 func = rl_function_of_keyseq (keyseq, kmap, (int *)NULL);
696 rl_function_of_keyseq (keyseq, map, type) in rl_function_of_keyseq() function