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

Calls rl_variable_dumper(1)

Print the readline variable names and their current values 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 667 of file Readline.cc.

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

668 {
669  rl_variable_dumper(1);
670  return true;
671 }

+ Here is the caller graph for this function: