Searched refs:rl_compentry_func_t (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/libreadline/ |
| D | compat.c | 42 extern char **rl_completion_matches PARAMS((const char *, rl_compentry_func_t *)); 94 rl_compentry_func_t *f;
|
| D | rltypedefs.h | 51 typedef char *rl_compentry_func_t PARAMS((const char *, int));
|
| D | readline.h | 443 extern char **rl_completion_matches PARAMS((const char *, rl_compentry_func_t *)); 460 extern char **completion_matches PARAMS((char *, rl_compentry_func_t *)); 601 extern rl_compentry_func_t *rl_completion_entry_function;
|
| D | complete.c | 117 static char **gen_completion_matches PARAMS((char *, int, int, rl_compentry_func_t *, int, int)); 190 rl_compentry_func_t *rl_completion_entry_function = (rl_compentry_func_t *)NULL; 951 rl_compentry_func_t *our_func; 1643 rl_compentry_func_t *our_func; 1787 rl_compentry_func_t *entry_function; 2116 rl_compentry_func_t *our_func;
|
| /freebsd-9-stable/lib/libedit/edit/readline/ |
| D | readline.h | 47 typedef char *rl_compentry_func_t(const char *, int); typedef 204 char **rl_completion_matches(const char *, rl_compentry_func_t *);
|
| /freebsd-9-stable/contrib/libreadline/doc/ |
| D | rltech.texi | 228 @item typedef char *rl_compentry_func_t (const char *, int); 1508 @deftypevar {rl_compentry_func_t *} rl_completion_entry_function 1566 @deftypefun {char **} rl_completion_matches (const char *text, rl_compentry_func_t *entry_func) 1598 @deftypevar {rl_compentry_func_t *} rl_completion_entry_function
|
| /freebsd-9-stable/lib/libedit/ |
| D | readline.c | 2102 rl_completion_matches(const char *str, rl_compentry_func_t *fun) in rl_completion_matches()
|