FACT++  1.0
bool Readline::DumpFunctions ( )
static

Calls rl_function_dumper(1)

Print the readline function names and the key sequences currently bound to them to rl_outstream. If readable is non-zero, the list is formatted in such a way that it can be made part of an inputrc file and re-read.

rl_outstream can be redirected using SetStreamOut()

Returns
always true

Definition at line 687 of file Readline.cc.

Referenced by ReadlineColor::Process(), Process(), and SetSection().

688 {
689  rl_function_dumper(1);
690  return true;
691 }

+ Here is the caller graph for this function: