Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ss/
Dget_readline.c32 info->rl_completion_matches = 0; in ss_release_readline()
85 info->rl_completion_matches = (char **(*)(const char *, in ss_get_readline()
Dlisten.c193 if ((start == 0) && current_info->rl_completion_matches) in ss_rl_completion()
194 return (*current_info->rl_completion_matches) in ss_rl_completion()
Dss_internal.h71 char **(*rl_completion_matches)(const char *, member
Dinvocation.c78 new_table->rl_completion_matches = 0;
/external/v8/src/
Dd8-readline.cc42 #define completion_matches rl_completion_matches
/external/wpa_supplicant_8/src/utils/
Dedit_readline.c69 return rl_completion_matches(text, readline_completion_func); in readline_completion()
/external/wpa_supplicant_6/wpa_supplicant/
Dwpa_cli.c1672 return rl_completion_matches(text, start == 0 ? in wpa_cli_completion()