Searched refs:GetEchoCommands (Results 1 – 6 of 6) sorted by relevance
82 bool SBCommandInterpreterRunOptions::GetEchoCommands() const { in GetEchoCommands() function in SBCommandInterpreterRunOptions85 return m_opaque_up->GetEchoCommands(); in GetEchoCommands()
51 GetEchoCommands () const;
47 bool GetEchoCommands() const;
138 bool GetEchoCommands() const { return DefaultToYes(m_echo_commands); } in GetEchoCommands() function569 bool GetEchoCommands() const;
196 bool CommandInterpreter::GetEchoCommands() const { in GetEchoCommands() function in CommandInterpreter2552 if (options.GetEchoCommands()) { in HandleCommands()
184 options.SetEchoCommands(m_interpreter.GetEchoCommands()); in DoExecute()