Searched refs:HasUserCommands (Results 1 – 3 of 3) sorted by relevance
459 bool HasUserCommands() const;
992 if (HasUserCommands()) { in GetCommandSP()1047 if (HasUserCommands()) { in GetCommandSP()2116 bool CommandInterpreter::HasUserCommands() const { return (!m_user_dict.empty()); } in HasUserCommands() function in CommandInterpreter
1719 if (!m_interpreter.HasUserCommands() && in DoExecute()