Searched refs:rl_completion_matches (Results 1 – 4 of 4) sorted by relevance
69 return rl_completion_matches(text, readline_completion_func); in readline_completion()
210 char **rl_completion_matches(const char *, rl_compentry_func_t *);
2261 rl_completion_matches(const char *str, rl_compentry_func_t *fun) in rl_completion_matches() function
21603 return rl_completion_matches(zText, readline_completion_generator); in readline_completion()