HomeSort by: relevance | last modified time | path
    Searched refs:rl_completion_matches (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
compat.c 42 extern char **rl_completion_matches (const char *, rl_compentry_func_t *);
93 return rl_completion_matches (s, f);
readline.h 493 extern char **rl_completion_matches (const char *, rl_compentry_func_t *);
complete.c 432 rl_completion_matches ()). The default is to do filename completion. */
1241 /* rl_completion_matches will check for signals as well to avoid a long
1243 matches = rl_completion_matches (text, our_func);
2214 rl_completion_matches (const char *text, rl_compentry_func_t *entry_function) function
  /src/external/gpl3/gdb.old/dist/readline/readline/
compat.c 42 extern char **rl_completion_matches PARAMS((const char *, rl_compentry_func_t *));
93 return rl_completion_matches (s, f);
readline.h 484 extern char **rl_completion_matches PARAMS((const char *, rl_compentry_func_t *));
complete.c 432 rl_completion_matches ()). The default is to do filename completion. */
1239 /* rl_completion_matches will check for signals as well to avoid a long
1241 matches = rl_completion_matches (text, our_func);
2196 rl_completion_matches (const char *text, rl_compentry_func_t *entry_function) function
  /src/external/gpl2/lvm2/dist/tools/
lvm.c 31 # define rl_completion_matches(a, b) completion_matches((char *)a, b) macro
137 match_list = rl_completion_matches(text, _list_cmds);
140 match_list = rl_completion_matches(text, _list_args);
  /src/external/bsd/wpa/dist/src/utils/
edit_readline.c 69 return rl_completion_matches(text, readline_completion_func);
  /src/lib/libedit/readline/
readline.h 240 char **rl_completion_matches(const char *, rl_compentry_func_t *);
  /src/external/gpl3/gdb/dist/readline/readline/examples/
rl-fgets.c 318 matches = rl_completion_matches ( text, my_fgets_generator ) ;
fileman.c 279 matches = rl_completion_matches (text, command_generator);
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
rl-fgets.c 318 matches = rl_completion_matches ( text, my_fgets_generator ) ;
fileman.c 279 matches = rl_completion_matches (text, command_generator);
  /src/lib/libedit/
readline.c 2401 rl_completion_matches(const char *str, rl_compentry_func_t *fun) function
  /src/external/gpl2/lvm2/dist/
configure 13435 for ac_func in rl_completion_matches
  /src/external/public-domain/sqlite/dist/
shell.c 22358 return rl_completion_matches(zText, readline_completion_generator);

Completed in 72 milliseconds