Searched refs:rl_possible_completions (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/lib/libreadline/ |
H A D | funmap.c | 117 { "possible-completions", rl_possible_completions },
|
H A D | emacs_keymap.c | 387 { ISFUNC, rl_possible_completions }, /* Meta-= */ 389 { ISFUNC, rl_possible_completions }, /* Meta-? */
|
H A D | readline.h | 152 extern int rl_possible_completions PARAMS((int, int));
|
H A D | vi_mode.c | 1429 rl_possible_completions ();
|
H A D | text.c | 1120 return (rl_possible_completions (count, key));
|
H A D | complete.c | 329 rl_possible_completions (ignore, invoking_key) in rl_possible_completions() function
|
/openbsd/gnu/lib/libreadline/doc/ |
H A D | rltech.texinfo | 1459 @deftypefun int rl_possible_completions (int count, int invoking_key)
|