Searched refs:HasUserCommands (Results 1 – 3 of 3) sorted by relevance
415 bool HasUserCommands() const;
920 if (HasUserCommands()) { in GetCommandSP()967 if (HasUserCommands()) { in GetCommandSP()1932 bool CommandInterpreter::HasUserCommands() const { return (!m_user_dict.empty()); } in HasUserCommands() function in CommandInterpreter
1642 if (cmd_name.empty() || !m_interpreter.HasUserCommands() || in DoExecute()