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
121 extern rl_compentry_func_t *rl_completion_entry_function;
202 char **completion_matches(/* const */ char *, rl_compentry_func_t *);
229 char **rl_completion_matches(const char *, rl_compentry_func_t *);
/freebsd/contrib/libedit/
H A Dreadline.c113 rl_compentry_func_t *rl_completion_entry_function = NULL;
1982 (rl_compentry_func_t *)rl_completion_entry_function, in rl_complete()
2398 rl_completion_matches(const char *str, rl_compentry_func_t *fun) in rl_completion_matches()