Home
last modified time | relevance | path

Searched refs:entry_function (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c2196 rl_completion_matches (const char *text, rl_compentry_func_t *entry_function) in rl_completion_matches() argument
2217 while (string = (*entry_function) (text, matches)) in rl_completion_matches()
2225 if (entry_function == rl_filename_completion_function) in rl_completion_matches()