Searched refs:rl_completion_matches (Results 1 – 7 of 7) sorted by relevance
32 info->rl_completion_matches = 0; in ss_release_readline()85 info->rl_completion_matches = (char **(*)(const char *, in ss_get_readline()
193 if ((start == 0) && current_info->rl_completion_matches) in ss_rl_completion()194 return (*current_info->rl_completion_matches) in ss_rl_completion()
71 char **(*rl_completion_matches)(const char *, member
80 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()
2126 rl_completion_matches(const char *str, rl_compentry_func_t *fun) in rl_completion_matches() function