Searched refs:completion_matches (Results 1 – 6 of 6) sorted by relevance
52 char **completion_matches(const char *, char *(*)(const char *, int));
13 completion_matches
468 completion_matches(const char *text, char *(*genfunc)(const char *, int)) in completion_matches() function711 matches = completion_matches( in fn_complete2()
54 #define completion_matches xxx_completion_matches macro56 #undef completion_matches
212 char **completion_matches(/* const */ char *, rl_compentry_func_t *);
31 # define rl_completion_matches(a, b) completion_matches((char *)a, b)