Searched refs:SetEchoCommentCommands (Results 1 – 5 of 5) sorted by relevance
113 void SBCommandInterpreterRunOptions::SetEchoCommentCommands(bool echo) { in SetEchoCommentCommands() function in SBCommandInterpreterRunOptions115 SetEchoCommentCommands, (bool), echo); in SetEchoCommentCommands()117 m_opaque_up->SetEchoCommentCommands(echo); in SetEchoCommentCommands()281 SetEchoCommentCommands, (bool)); in RegisterMethods()
53 void SetEchoCommentCommands(bool echo);
147 void SetEchoCommentCommands(bool echo_comments) { in SetEchoCommentCommands() function501 void SetEchoCommentCommands(bool enable);
156 options.SetEchoCommentCommands(m_interpreter.GetEchoCommentCommands()); in DoExecute()
190 void CommandInterpreter::SetEchoCommentCommands(bool enable) { in SetEchoCommentCommands() function in CommandInterpreter