Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libedit/edit/readline/
H A Dreadline.h46 typedef char *rl_compentry_func_t(const char *, int); typedef
112 extern rl_compentry_func_t *rl_completion_entry_function;
179 char **completion_matches(const char *, rl_compentry_func_t *);
205 char **rl_completion_matches(const char *, rl_compentry_func_t *);
/freebsd-12.1/lib/libedit/
H A Dreadline.c111 rl_compentry_func_t *rl_completion_entry_function = NULL;
1835 (rl_compentry_func_t *)rl_completion_entry_function, in rl_complete()
2178 rl_completion_matches(const char *str, rl_compentry_func_t *fun) in rl_completion_matches()