Home | History | Annotate | Download | only in python

Lines Matching defs:completer

27 #include "completer.h"
36 completer_ftype *completer;
142 completer and brkchar handler). This function takes COMMAND, TEXT
225 certain completer. We are only interested in knowing if the
226 completer registered by the user will return one of the integer
258 completer type the Python function returns, we have to
261 (completers[value].completer));
294 completers[value].completer (command, tracker, text, word);
419 COMPLETER_CLASS is the kind of completer. If not given, the
539 : completers[completetype].completer));