Searched refs:HasUserCommands (Results 1 – 3 of 3) sorted by relevance
493 bool HasUserCommands() const;
1065 if (HasUserCommands()) { in GetCommandSP()1120 if (HasUserCommands()) { in GetCommandSP()2330 bool CommandInterpreter::HasUserCommands() const { in HasUserCommands() function in CommandInterpreter
2631 if (!m_interpreter.HasUserCommands() && in DoExecute()