Searched refs:completion_matches (Results 1 – 4 of 4) sorted by relevance
18 #define completion_matches rl_completion_matches macro113 char** result = completion_matches(text, CompletionGenerator); in AttemptedCompletion()
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()