Searched refs:GetEchoCommands (Results 1 – 7 of 7) sorted by relevance
86 self.assertEqual(opts.GetEchoCommands(), True)95 opts.SetEchoCommands(not opts.GetEchoCommands())104 self.assertEqual(opts.GetEchoCommands(), False)
82 bool SBCommandInterpreterRunOptions::GetEchoCommands() const { in GetEchoCommands() function in SBCommandInterpreterRunOptions85 return m_opaque_up->GetEchoCommands(); in GetEchoCommands()
51 GetEchoCommands () const;
47 bool GetEchoCommands() const;
137 bool GetEchoCommands() const { return DefaultToYes(m_echo_commands); } in GetEchoCommands() function557 bool GetEchoCommands() const;
179 bool CommandInterpreter::GetEchoCommands() const { in GetEchoCommands() function in CommandInterpreter2501 if (options.GetEchoCommands()) { in HandleCommands()
183 options.SetEchoCommands(m_interpreter.GetEchoCommands()); in DoExecute()