Searched refs:rl_completion_matches (Results 1 – 11 of 11) sorted by relevance
33 info->rl_completion_matches = 0; in ss_release_readline()86 info->rl_completion_matches = (char **(*)(const char *, in ss_get_readline()
194 if ((start == 0) && current_info->rl_completion_matches) in ss_rl_completion()195 return (*current_info->rl_completion_matches) in ss_rl_completion()
71 char **(*rl_completion_matches)(const char *, member
82 new_table->rl_completion_matches = 0; in ss_create_invocation()
204 char **rl_completion_matches(const char *, rl_compentry_func_t *);
69 return rl_completion_matches(text, readline_completion_func); in readline_completion()
36 rl_completion_matches((x), ((rl_compentry_func_t *)(y)))
214 passed to :c:func:`rl_completion_matches` in the underlying library.
2126 rl_completion_matches(const char *str, rl_compentry_func_t *fun) in rl_completion_matches() function
14187 char rl_completion_matches ();14191 return rl_completion_matches ();
4308 AC_CHECK_LIB(readline, rl_completion_matches,