HomeSort by relevance Sort by last modified time
    Searched refs:rl_completion_matches (Results 1 - 12 of 12) 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/wpa_supplicant_8/src/utils/
edit_readline.c 69 return rl_completion_matches(text, readline_completion_func);
  /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/python/cpython2/Modules/
readline.c 36 rl_completion_matches((x), ((rl_compentry_func_t *)(y)))
    [all...]
  /external/python/cpython3/Modules/
readline.c 36 rl_completion_matches((x), ((rl_compentry_func_t *)(y)))
    [all...]
  /external/python/cpython2/
configure     [all...]
  /external/python/cpython3/
configure     [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]

Completed in 3862 milliseconds