Home
last modified time | relevance | path

Searched refs:completion_matches (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libedit/
H A Dfilecomplete.h52 char **completion_matches(const char *, char *(*)(const char *, int));
H A Dedit.expsym13 completion_matches
H A Dfilecomplete.c468 completion_matches(const char *text, char *(*genfunc)(const char *, int)) in completion_matches() function
711 matches = completion_matches( in fn_complete2()
H A Dreadline.c54 #define completion_matches xxx_completion_matches macro
56 #undef completion_matches
H A DChangeLog4288 * filecomplete.c: Make completion_matches non-static since readline
5321 * readline.c, readline.h: completion_matches(): fix a off-by-one
/freebsd/contrib/libedit/readline/
H A Dreadline.h212 char **completion_matches(/* const */ char *, rl_compentry_func_t *);