Searched refs:SetEchoCommentCommands (Results 1 – 5 of 5) sorted by relevance
100 void SBCommandInterpreterRunOptions::SetEchoCommentCommands(bool echo) { in SetEchoCommentCommands() function in SBCommandInterpreterRunOptions103 m_opaque_up->SetEchoCommentCommands(echo); in SetEchoCommentCommands()
53 void SetEchoCommentCommands(bool echo);
148 void SetEchoCommentCommands(bool echo_comments) { in SetEchoCommentCommands() function573 void SetEchoCommentCommands(bool enable);
185 options.SetEchoCommentCommands(m_interpreter.GetEchoCommentCommands()); in DoExecute()
213 void CommandInterpreter::SetEchoCommentCommands(bool enable) { in SetEchoCommentCommands() function in CommandInterpreter