Home
last modified time | relevance | path

Searched refs:rl_possible_completions (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/lib/libreadline/
H A Dfunmap.c117 { "possible-completions", rl_possible_completions },
H A Demacs_keymap.c387 { ISFUNC, rl_possible_completions }, /* Meta-= */
389 { ISFUNC, rl_possible_completions }, /* Meta-? */
H A Dreadline.h152 extern int rl_possible_completions PARAMS((int, int));
H A Dvi_mode.c1429 rl_possible_completions ();
H A Dtext.c1120 return (rl_possible_completions (count, key));
H A Dcomplete.c329 rl_possible_completions (ignore, invoking_key) in rl_possible_completions() function
/openbsd/gnu/lib/libreadline/doc/
H A Drltech.texinfo1459 @deftypefun int rl_possible_completions (int count, int invoking_key)