Home
last modified time | relevance | path

Searched refs:rl_completion_matches (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/utils/
Dedit_readline.c69 return rl_completion_matches(text, readline_completion_func); in readline_completion()
/freebsd-12-stable/contrib/libedit/readline/
Dreadline.h210 char **rl_completion_matches(const char *, rl_compentry_func_t *);
/freebsd-12-stable/contrib/libedit/
Dreadline.c2261 rl_completion_matches(const char *str, rl_compentry_func_t *fun) in rl_completion_matches() function
/freebsd-12-stable/contrib/sqlite3/
Dshell.c21603 return rl_completion_matches(zText, readline_completion_generator); in readline_completion()