Searched refs:echo_comments (Results 1 – 1 of 1) sorted by relevance
96 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() argument101 m_echo_comment_commands(echo_comments), m_print_results(print_results), in CommandInterpreterRunOptions()148 void SetEchoCommentCommands(bool echo_comments) { in SetEchoCommentCommands() argument149 m_echo_comment_commands = echo_comments ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommentCommands()