Reimplemented in RemoteControl< Console >, RemoteControl< ConsoleStream >, RemoteControl< Shell >, LocalControl< Console >, LocalControl< Shell >, LocalControl< ConsoleStream >, ChatClient< Console >, ChatClient< Shell >, Console, and Shell.
Definition at line 1094 of file Readline.cc.
References ClearHistory(), data, DumpFunctions(), DumpFunmap(), DumpHistory(), DumpVariables(), Execute(), ExecuteShellCommand(), fLabel, fScript, fSection, PrintCommands(), PrintGeneralHelp(), PrintKeyBindings(), PrintReadlineError(), save(), SetSection(), Tools::Split(), and v0.
Referenced by Console::GetStreamIn(), PreProcess(), Shell::Process(), Console::Process(), and UpdatePrompt().
1098 if (
str.substr(0, 3)==
".w ")
1100 usleep(stoi(
str.substr(3))*1000);
1104 if (
str.substr(0, 3)==
".x ")
1106 string opt(
str.substr(3));
1132 if (
str.substr(0, 2)==
".!")
1138 if (
str.substr(0, 4)==
".gt ")
1140 istringstream in(
str.substr(4));
1145 in >> v0 >> v1 >> label;
1159 if (
str.substr(0, 4)==
".lt ")
1161 istringstream in(
str.substr(4));
1166 in >> v0 >> v1 >> label;
1180 if (
str.substr(0, 4)==
".eq ")
1182 istringstream in(
str.substr(4));
1186 in >> v0 >> v1 >> label;
1206 if (
str==
"lh" ||
str==
"history")
1209 if (
str==
"v" ||
str==
"variables")
1212 if (
str==
"f" ||
str==
"functions")
1215 if (
str==
"m" ||
str==
"funmap")
1220 if (
str==
"h" ||
str==
"help")
1223 if (
str==
"c" ||
str==
"commands")
1226 if (
str==
"k" ||
str==
"keylist")
Return to feeserver c CVS log Up to[MAIN] dcscvs FeeServer feeserver src Wed FeeServer_v0 v0 FeeServer_v0 v0 FeeServer_v0 v0 FeeServer_v0 v0 FeeServer_v0 v0 FeeServer_v0 v0
virtual bool PrintCommands()
static bool DumpHistory()
virtual void PrintReadlineError(const std::string &str)
virtual void SetSection(int)
virtual bool ExecuteShellCommand(const std::string &cmd)
static bool DumpFunctions()
int Execute(const std::string &fname, const std::map< std::string, std::string > &args=std::map< std::string, std::string >())
static std::string fScript
static bool ClearHistory()
static bool DumpVariables()
virtual bool PrintGeneralHelp()
virtual bool PrintKeyBindings()