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

  /external/v8/src/
d8-readline.cc 42 #define completion_matches rl_completion_matches
  /external/e2fsprogs/lib/ss/
get_readline.c 32 info->rl_completion_matches = 0;
85 info->rl_completion_matches = (char **(*)(const char *,
87 dlsym(handle, "rl_completion_matches");
ss_internal.h 71 char **(*rl_completion_matches)(const char *, member in struct:_ss_data
listen.c 193 if ((start == 0) && current_info->rl_completion_matches)
194 return (*current_info->rl_completion_matches)
invocation.c 78 new_table->rl_completion_matches = 0;
  /external/chromium_org/v8/src/
d8-readline.cc 41 #define completion_matches rl_completion_matches
  /external/wpa_supplicant_8/src/utils/
edit_readline.c 69 return rl_completion_matches(text, readline_completion_func);

Completed in 225 milliseconds