Home
last modified time | relevance | path

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

/external/libedit/src/
Dfilecomplete.c280 char ** completion_matches(const char *, char *(*)(const char *, int));
282 completion_matches(const char *text, char *(*genfunc)(const char *, int)) in completion_matches() function
465 matches = completion_matches( in fn_complete()
/external/libedit/src/editline/
Dreadline.h178 char **completion_matches(const char *, CPFunction *);
/external/libedit/examples/
Dfileman.c254 matches = completion_matches (text, command_generator); in fileman_completion()