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

/freebsd-10.2-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-10.2-release/lib/libedit/edit/readline/
H A Dreadline.h178 char **completion_matches(const char *, CPFunction *);
/freebsd-10.2-release/lib/libedit/
H A Dfilecomplete.c256 char ** completion_matches(const char *, char *(*)(const char *, int));
258 completion_matches(const char *text, char *(*genfunc)(const char *, int)) function
441 /* these can be used by function called in completion_matches() */
456 matches = completion_matches(dequoted_temp ? dequoted_temp : temp, complet_func);

Completed in 113 milliseconds