Home
last modified time | relevance | path

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

/external/libedit/src/
Dfilecomplete.c282 completion_matches(const char *text, char *(*genfunc)(const char *, int)) in completion_matches() function
/external/python/cpython2/Modules/
Dreadline.c35 #define completion_matches(x, y) \ macro
/external/python/cpython3/Modules/
Dreadline.c36 #define completion_matches(x, y) \ macro