Searched refs:HasUserCommands (Results 1 – 3 of 3) sorted by relevance
484 bool HasUserCommands() const;
1036 if (HasUserCommands()) { in GetCommandSP()1091 if (HasUserCommands()) { in GetCommandSP()2179 bool CommandInterpreter::HasUserCommands() const { return (!m_user_dict.empty()); } in HasUserCommands() function in CommandInterpreter
2388 if (!m_interpreter.HasUserCommands() && in DoExecute()