HomeSort by relevance Sort by last modified time
    Searched refs:completion_matches (Results 1 - 8 of 8) 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 *);
  /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 321 milliseconds