Searched refs:rl_completion_matches (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/
H A Dd8-readline.cc42 #define completion_matches rl_completion_matches
/external/e2fsprogs/lib/ss/
H A Dget_readline.c32 info->rl_completion_matches = 0;
85 info->rl_completion_matches = (char **(*)(const char *,
87 dlsym(handle, "rl_completion_matches");
H A Dss_internal.h71 char **(*rl_completion_matches)(const char *, member in struct:_ss_data
H A Dlisten.c193 if ((start == 0) && current_info->rl_completion_matches)
194 return (*current_info->rl_completion_matches)
H A Dinvocation.c78 new_table->rl_completion_matches = 0;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit_readline.c69 return rl_completion_matches(text, readline_completion_func);
/external/wpa_supplicant_8/src/utils/
H A Dedit_readline.c69 return rl_completion_matches(text, readline_completion_func);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit_readline.c69 return rl_completion_matches(text, readline_completion_func);

Completed in 521 milliseconds