Searched refs:completion_matches (Results 1 – 3 of 3) sorted by relevance
280 char ** completion_matches(const char *, char *(*)(const char *, int));282 completion_matches(const char *text, char *(*genfunc)(const char *, int)) in completion_matches() function465 matches = completion_matches( in fn_complete()
178 char **completion_matches(const char *, CPFunction *);
254 matches = completion_matches (text, command_generator); in fileman_completion()