Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dd8-readline.cc18 #define completion_matches rl_completion_matches macro
113 char** result = completion_matches(text, CompletionGenerator); in AttemptedCompletion()
/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()