Searched refs:rl_compentry_func_t (Results 1 – 4 of 4) sorted by relevance
45 typedef char *rl_compentry_func_t(const char *, int); typedef204 char **rl_completion_matches(const char *, rl_compentry_func_t *);
36 rl_completion_matches((x), ((rl_compentry_func_t *)(y)))39 extern char **completion_matches(char *, rl_compentry_func_t *);
37 rl_completion_matches((x), ((rl_compentry_func_t *)(y)))40 extern char **completion_matches(char *, rl_compentry_func_t *);
2126 rl_completion_matches(const char *str, rl_compentry_func_t *fun) in rl_completion_matches()