Home
last modified time | relevance | path

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

/netbsd-src/lib/libedit/readline/
H A Dreadline.h45 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 *);
239 char **rl_completion_matches(const char *, rl_compentry_func_t *);
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dreadline.h484 extern char **rl_completion_matches PARAMS((const char *, rl_compentry_func_t *));
501 extern char **completion_matches PARAMS((char *, rl_compentry_func_t *));
665 extern rl_compentry_func_t *rl_completion_entry_function;
669 extern rl_compentry_func_t *rl_menu_completion_entry_function;
954 rl_compentry_func_t *entryfunc;
955 rl_compentry_func_t *menuentryfunc;
H A Dcompat.c42 extern char **rl_completion_matches PARAMS((const char *, rl_compentry_func_t *));
91 completion_matches (const char *s, rl_compentry_func_t *f) in completion_matches()
H A Dcomplete.c141 static char **gen_completion_matches PARAMS((char *, int, int, rl_compentry_func_t *, int, int));
264 rl_compentry_func_t *rl_completion_entry_function = (rl_compentry_func_t *)NULL;
268 rl_compentry_func_t *rl_menu_completion_entry_function = (rl_compentry_func_t *)NULL;
1210 gen_completion_matches (char *text, int start, int end, rl_compentry_func_t *our_func, int found_qu… in gen_completion_matches()
2001 rl_compentry_func_t *our_func; in rl_complete_internal()
2196 rl_completion_matches (const char *text, rl_compentry_func_t *entry_function) in rl_completion_matches()
2684 rl_compentry_func_t *our_func; in rl_old_menu_complete()
2815 rl_compentry_func_t *our_func; in rl_menu_complete()
H A Drltypedefs.h57 typedef char *rl_compentry_func_t PARAMS((const char *, int));
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dcompat.c42 extern char **rl_completion_matches PARAMS((const char *, rl_compentry_func_t *));
91 completion_matches (const char *s, rl_compentry_func_t *f) in completion_matches()
H A Drltypedefs.h57 typedef char *rl_compentry_func_t PARAMS((const char *, int));
/netbsd-src/lib/libedit/
H A Dreadline.c115 rl_compentry_func_t *rl_completion_entry_function = NULL;
1984 (rl_compentry_func_t *)rl_completion_entry_function, in rl_complete()
2400 rl_completion_matches(const char *str, rl_compentry_func_t *fun) in rl_completion_matches()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi233 @item typedef char *rl_compentry_func_t (const char *, int);
1894 @deftypevar {rl_compentry_func_t *} rl_completion_entry_function
1952 @deftypefun {char **} rl_completion_matches (const char *text, rl_compentry_func_t *entry_func)
1984 @deftypevar {rl_compentry_func_t *} rl_completion_entry_function
H A Dreadline.info1722 'typedef char *rl_compentry_func_t (const char *, int);'
3274 -- Variable: rl_compentry_func_t * rl_completion_entry_function
3327 rl_compentry_func_t *entry_func)
3360 -- Variable: rl_compentry_func_t * rl_completion_entry_function