Searched refs:rl_compentry_func_t (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dcompat.c42 extern char **rl_completion_matches PARAMS((const char *, rl_compentry_func_t *));
94 rl_compentry_func_t *f;
H A Drltypedefs.h51 typedef char *rl_compentry_func_t PARAMS((const char *, int)); typedef
H A Dreadline.h442 extern char **rl_completion_matches PARAMS((const char *, rl_compentry_func_t *));
459 extern char **completion_matches PARAMS((char *, rl_compentry_func_t *));
600 extern rl_compentry_func_t *rl_completion_entry_function;
H A Dcomplete.c116 static char **gen_completion_matches PARAMS((char *, int, int, rl_compentry_func_t *, int, int));
189 rl_compentry_func_t *rl_completion_entry_function = (rl_compentry_func_t *)NULL;
950 rl_compentry_func_t *our_func;
1642 rl_compentry_func_t *our_func;
1786 rl_compentry_func_t *entry_function;
2115 rl_compentry_func_t *our_func;
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/editline/
H A Dreadline.h45 typedef char *rl_compentry_func_t(const char *, int); typedef
201 char **rl_completion_matches(const char *, rl_compentry_func_t *);
/macosx-10.10.1/libedit-40/src/editline/
H A Dreadline.h45 typedef char *rl_compentry_func_t(const char *, int); typedef
202 char **rl_completion_matches(const char *, rl_compentry_func_t *);
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbracecomp.c173 rl_compentry_func_t *orig_entry_func;
H A Dbashline.c173 static int bash_specific_completion __P((int, rl_compentry_func_t *));
2501 rl_compentry_func_t *orig_func;
2560 rl_compentry_func_t *orig_func;
2753 rl_compentry_func_t *generator;
2755 rl_compentry_func_t *orig_func;
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dreadline.c2103 rl_completion_matches(const char *str, rl_compentry_func_t *fun)
/macosx-10.10.1/libedit-40/src/
H A Dreadline.c2154 rl_completion_matches(const char *str, rl_compentry_func_t *fun)

Completed in 270 milliseconds