Searched refs:m_echo_comment_commands (Results 1 – 2 of 2) sorted by relevance
70 m_echo_comment_commands(echo_comments), m_print_results(print_results), in CommandInterpreterRunOptions()78 m_echo_comment_commands(eLazyBoolCalculate), in CommandInterpreterRunOptions()87 m_echo_comment_commands = value; in SetSilent()120 return DefaultToYes(m_echo_comment_commands); in GetEchoCommentCommands()124 m_echo_comment_commands = echo_comments ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommentCommands()143 LazyBool m_echo_comment_commands; variable
2427 if (options.m_echo_comment_commands == eLazyBoolCalculate) { in HandleCommandsFromFile()2435 } else if (options.m_echo_comment_commands == eLazyBoolYes) { in HandleCommandsFromFile()2967 if (options->m_echo_comment_commands != eLazyBoolNo) in GetIOHandler()