FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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:
Readline
Generated on Sun Sep 18 2016 20:50:56 for FACT++ by
1.8.11