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

Calls rl_list_funmap_names()

Print the names of all bindable Readline functions to rl_outstream.

rl_outstream can be redirected using SetStreamOut()

Returns
always true

Definition at line 704 of file Readline.cc.

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

705 {
706  rl_list_funmap_names();
707  return true;
708 }

+ Here is the caller graph for this function: