Home
last modified time | relevance | path

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

/freebsd/contrib/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 *);
/freebsd/contrib/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()