Searched refs:m_echo_comment_commands (Results 1 – 2 of 2) sorted by relevance
107 m_echo_comment_commands(echo_comments), m_print_results(print_results), in CommandInterpreterRunOptions()119 m_echo_comment_commands = value; in SetSilent()152 return DefaultToYes(m_echo_comment_commands); in GetEchoCommentCommands()156 m_echo_comment_commands = echo_comments ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommentCommands()201 LazyBool m_echo_comment_commands = eLazyBoolCalculate; variable
2759 if (options.m_echo_comment_commands == eLazyBoolCalculate) { in HandleCommandsFromFile()2767 } else if (options.m_echo_comment_commands == eLazyBoolYes) { in HandleCommandsFromFile()3358 if (options->m_echo_comment_commands != eLazyBoolNo) in GetIOHandler()