Searched refs:rl_completion_matches (Results 1 – 7 of 7) sorted by relevance
32 info->rl_completion_matches = 0; in ss_release_readline()85 info->rl_completion_matches = (char **(*)(const char *, in ss_get_readline()
193 if ((start == 0) && current_info->rl_completion_matches) in ss_rl_completion()194 return (*current_info->rl_completion_matches) in ss_rl_completion()
71 char **(*rl_completion_matches)(const char *, member
78 new_table->rl_completion_matches = 0;
42 #define completion_matches rl_completion_matches
69 return rl_completion_matches(text, readline_completion_func); in readline_completion()
1672 return rl_completion_matches(text, start == 0 ? in wpa_cli_completion()