Home
last modified time | relevance | path

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

/external/libedit/src/editline/
Dreadline.h45 typedef char *rl_compentry_func_t(const char *, int); typedef
204 char **rl_completion_matches(const char *, rl_compentry_func_t *);
/external/libedit/src/
Dreadline.c2126 rl_completion_matches(const char *str, rl_compentry_func_t *fun) in rl_completion_matches()