FACT++  1.0
char * Readline::CompleteImp ( const char *  text,
int  state 
)
staticprivate

Calls Complete()

Definition at line 500 of file Readline.cc.

References Complete(), and This.

Referenced by Complete(), and Completion().

501 {
502  return This->Complete(text, state);
503 }
static Readline * This
Definition: Readline.h:19
virtual char * Complete(const char *text, int state)
Functions dealing with auto completion.
Definition: Readline.cc:477

+ Here is the call graph for this function:

+ Here is the caller graph for this function: