FACT++  1.0
char ** Readline::rl_ncurses_completion_function ( const char *  text,
int  start,
int  end 
)
staticprivate

Definition at line 286 of file Readline.cc.

References Completion(), and This.

Referenced by Readline().

287 {
288  return This->Completion(text, start, end);
289 }
int start(int initState)
Definition: feeserver.c:1740
static Readline * This
Definition: Readline.h:19
double end
virtual char ** Completion(const char *text, int start, int end)
Definition: Readline.cc:541

+ Here is the call graph for this function:

+ Here is the caller graph for this function: