HomeSort by relevance Sort by last modified time
    Searched refs:completion_matches (Results 1 - 13 of 13) sorted by null

  /external/libedit/src/editline/
readline.h 178 char **completion_matches(const char *, CPFunction *);
  /prebuilts/libs/libedit/include/editline/
readline.h 178 char **completion_matches(const char *, CPFunction *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
readline.c 35 #define completion_matches(x, y) \ macro
39 extern char **completion_matches(char *, rl_compentry_func_t *);
43 extern char **completion_matches(char *, CPFunction *);
853 return completion_matches(text, *on_completion);
  /external/python/cpython2/Modules/
readline.c 35 #define completion_matches(x, y) \ macro
39 extern char **completion_matches(char *, rl_compentry_func_t *);
43 extern char **completion_matches(char *, CPFunction *);
898 return completion_matches(text, *on_completion);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cmd.py 277 self.completion_matches = compfunc(text, line, begidx, endidx)
279 return self.completion_matches[state]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
cmd.py 279 self.completion_matches = compfunc(text, line, begidx, endidx)
281 return self.completion_matches[state]
  /external/python/cpython2/Lib/
cmd.py 279 self.completion_matches = compfunc(text, line, begidx, endidx)
281 return self.completion_matches[state]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cmd.py 279 self.completion_matches = compfunc(text, line, begidx, endidx)
281 return self.completion_matches[state]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cmd.py 279 self.completion_matches = compfunc(text, line, begidx, endidx)
281 return self.completion_matches[state]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 279 self.completion_matches = compfunc(text, line, begidx, endidx)
281 return self.completion_matches[state]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 279 self.completion_matches = compfunc(text, line, begidx, endidx)
281 return self.completion_matches[state]
  /external/libedit/examples/
fileman.c 254 matches = completion_matches (text, command_generator);
  /external/libedit/src/
filecomplete.c 280 char ** completion_matches(const char *, char *(*)(const char *, int));
282 completion_matches(const char *text, char *(*genfunc)(const char *, int)) function
449 /* these can be used by function called in completion_matches() */
465 matches = completion_matches(

Completed in 527 milliseconds