HomeSort by relevance Sort by last modified time
    Searched refs:rl_completion_matches (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/lib/ss/
get_readline.c 33 info->rl_completion_matches = 0;
86 info->rl_completion_matches = (char **(*)(const char *,
88 dlsym(handle, "rl_completion_matches");
ss_internal.h 71 char **(*rl_completion_matches)(const char *, member in struct:_ss_data
listen.c 194 if ((start == 0) && current_info->rl_completion_matches)
195 return (*current_info->rl_completion_matches)
invocation.c 82 new_table->rl_completion_matches = 0;
  /external/libedit/src/editline/
readline.h 204 char **rl_completion_matches(const char *, rl_compentry_func_t *);
  /external/wpa_supplicant_8/src/utils/
edit_readline.c 69 return rl_completion_matches(text, readline_completion_func);
  /prebuilts/libs/libedit/include/editline/
readline.h 204 char **rl_completion_matches(const char *, rl_compentry_func_t *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
readline.c 36 rl_completion_matches((x), ((rl_compentry_func_t *)(y)))
  /external/libedit/src/
readline.c 2126 rl_completion_matches(const char *str, rl_compentry_func_t *fun) function
    [all...]

Completed in 289 milliseconds