Lines Matching refs:m_command_options
234 CommandOptions m_command_options; member in CommandObjectCommandsAlias
243 m_option_group(), m_command_options() { in CommandObjectCommandsAlias()
244 m_option_group.Append(&m_command_options); in CommandObjectCommandsAlias()
476 if (m_command_options.m_help.OptionWasSet()) in HandleAliasingRawCommand()
477 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()
478 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingRawCommand()
479 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
578 if (m_command_options.m_help.OptionWasSet()) in HandleAliasingNormalCommand()
579 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()
580 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingNormalCommand()
581 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()