Searched refs:GetCommandPrefix (Results 1 – 4 of 4) sorted by relevance
139 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()145 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()183 m_interpreter.GetCommandPrefix(), in DoExecute()
111 virtual const char *GetCommandPrefix() { return nullptr; } in GetCommandPrefix() function 378 const char *GetCommandPrefix() override { in GetCommandPrefix() function 529 return ((m_top != nullptr) ? m_top->GetCommandPrefix() : nullptr); in GetTopIOHandlerCommandPrefix()
568 const char *GetCommandPrefix();
1444 GetCommandPrefix()); in GetHelp()1482 GetCommandPrefix()); in GetHelp()2472 const char *CommandInterpreter::GetCommandPrefix() { in GetCommandPrefix() function in CommandInterpreter