HomeSort by: relevance | last modified time | path
    Searched defs:rl_compentry_func_t (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
rltypedefs.h 57 typedef char *rl_compentry_func_t (const char *, int); typedef
  /src/external/gpl3/gdb.old/dist/readline/readline/
rltypedefs.h 57 typedef char *rl_compentry_func_t (const char *, int); typedef
  /src/lib/libedit/readline/
readline.h 45 typedef char *rl_compentry_func_t(const char *, int); typedef
120 extern rl_compentry_func_t *rl_completion_entry_function;
212 char **completion_matches(/* const */ char *, rl_compentry_func_t *);
240 char **rl_completion_matches(const char *, rl_compentry_func_t *);

Completed in 18 milliseconds