Searched refs:completion_matches (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/libreadline/
H A Dcompat.c92 completion_matches (s, f) function
H A Dreadline.h460 extern char **completion_matches PARAMS((char *, rl_compentry_func_t *));
598 /* Pointer to the generator function for completion_matches ().
/freebsd-11.0-release/lib/libedit/edit/readline/
H A Dreadline.h179 char **completion_matches(const char *, rl_compentry_func_t *);
/freebsd-11.0-release/lib/libedit/
H A Dfilecomplete.c288 char ** completion_matches(const char *, char *(*)(const char *, int));
290 completion_matches(const char *text, char *(*genfunc)(const char *, int)) function
472 /* these can be used by function called in completion_matches() */
489 matches = completion_matches(

Completed in 137 milliseconds