Searched refs:GetCommandPrefix (Results 1 – 4 of 4) sorted by relevance
150 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()156 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()194 m_interpreter.GetCommandPrefix(), in DoExecute()
112 virtual const char *GetCommandPrefix() { return nullptr; } in GetCommandPrefix() function380 const char *GetCommandPrefix() override { in GetCommandPrefix() function530 return ((m_top != nullptr) ? m_top->GetCommandPrefix() : nullptr); in GetTopIOHandlerCommandPrefix()
552 const char *GetCommandPrefix();
1438 GetCommandPrefix()); in GetHelp()1476 GetCommandPrefix()); in GetHelp()2456 const char *CommandInterpreter::GetCommandPrefix() { in GetCommandPrefix() function in CommandInterpreter