Home
last modified time | relevance | path

Searched refs:rl_compentry_func_t (Results 1 – 4 of 4) 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/python/cpython2/Modules/
Dreadline.c36 rl_completion_matches((x), ((rl_compentry_func_t *)(y)))
39 extern char **completion_matches(char *, rl_compentry_func_t *);
/external/python/cpython3/Modules/
Dreadline.c37 rl_completion_matches((x), ((rl_compentry_func_t *)(y)))
40 extern char **completion_matches(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()