Searched refs:SetEchoCommentCommands (Results 1 – 5 of 5) sorted by relevance
123 void SetEchoCommentCommands(bool echo_comments) { in SetEchoCommentCommands() function476 void SetEchoCommentCommands(bool b);
46 void SetEchoCommentCommands(bool echo);
74 void SBCommandInterpreterRunOptions::SetEchoCommentCommands(bool echo) { in SetEchoCommentCommands() function in SBCommandInterpreterRunOptions75 m_opaque_up->SetEchoCommentCommands(echo); in SetEchoCommentCommands()
326 options.SetEchoCommentCommands(m_interpreter.GetEchoCommentCommands()); in DoExecute()
180 void CommandInterpreter::SetEchoCommentCommands(bool b) { in SetEchoCommentCommands() function in CommandInterpreter