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.c80 new_table->rl_completion_matches = 0; in ss_create_invocation()
/external/libedit/src/editline/
Dreadline.h204 char **rl_completion_matches(const char *, rl_compentry_func_t *);
/external/wpa_supplicant_8/src/utils/
Dedit_readline.c69 return rl_completion_matches(text, readline_completion_func); in readline_completion()
/external/libedit/src/
Dreadline.c2126 rl_completion_matches(const char *str, rl_compentry_func_t *fun) in rl_completion_matches() function