Searched refs:GetCommandPrefix (Results 1 – 4 of 4) sorted by relevance
148 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()155 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()193 m_interpreter.GetCommandPrefix(), in DoExecute()
115 virtual const char *GetCommandPrefix() { return nullptr; } in GetCommandPrefix() function386 const char *GetCommandPrefix() override { in GetCommandPrefix() function540 return ((m_top != nullptr) ? m_top->GetCommandPrefix() : nullptr); in GetTopIOHandlerCommandPrefix()
487 const char *GetCommandPrefix();
1244 GetCommandPrefix()); in GetHelp()1270 GetCommandPrefix()); in GetHelp()2213 const char *CommandInterpreter::GetCommandPrefix() { in GetCommandPrefix() function in CommandInterpreter