FACT++  1.0
char ** Readline::CompletionMatches ( const char *  text,
char *(*)(const char *, int)  func 
)
static

Definition at line 416 of file Readline.cc.

Referenced by GetLine().

417 {
418  return rl_completion_matches(text, func);
419 }

+ Here is the caller graph for this function: