Searched refs:entry_function (Results 1 – 1 of 1) sorted by relevance
2196 rl_completion_matches (const char *text, rl_compentry_func_t *entry_function) in rl_completion_matches() argument2217 while (string = (*entry_function) (text, matches)) in rl_completion_matches()2225 if (entry_function == rl_filename_completion_function) in rl_completion_matches()