Home
last modified time | relevance | path

Searched refs:rl_compentry_func_t (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/libreadline/
Dcompat.c42 extern char **rl_completion_matches PARAMS((const char *, rl_compentry_func_t *));
94 rl_compentry_func_t *f;
Drltypedefs.h51 typedef char *rl_compentry_func_t PARAMS((const char *, int));
Dreadline.h443 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;
Dcomplete.c117 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/
Dreadline.h47 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/
Drltech.texi228 @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/
Dreadline.c2102 rl_completion_matches(const char *str, rl_compentry_func_t *fun) in rl_completion_matches()