Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dreadline.c41 #define completion_matches(x, y) \ macro
45 extern char **completion_matches(char *, rl_compentry_func_t *);
49 extern char **completion_matches(char *, CPFunction *);
1187 result = completion_matches((char *)text, *on_completion); in flex_complete()
/third_party/python/Lib/
H A Dcmd.py275 self.completion_matches = compfunc(text, line, begidx, endidx)
277 return self.completion_matches[state]

Completed in 3 milliseconds