Lines Matching refs:GetCurrentValue
125 if (m_options.m_clear.GetCurrentValue() && in DoExecute()
139 m_options.m_start_idx.GetCurrentValue()); in DoExecute()
142 m_options.m_stop_idx.GetCurrentValue()); in DoExecute()
144 m_options.m_count.GetCurrentValue()); in DoExecute()
317 options.SetStopOnContinue(m_options.m_stop_on_continue.GetCurrentValue()); in DoExecute()
318 options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue()); in DoExecute()
321 if (m_options.m_silent_run.GetCurrentValue()) { in DoExecute()
652 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()
654 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
754 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()
756 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()