Lines Matching refs:m_long_help
231 m_long_help.SetCurrentValue(option_str); in SetOptionValue()
232 m_long_help.SetOptionWasSet(); in SetOptionValue()
244 m_long_help.Clear(); in OptionParsingStarting()
248 OptionValueString m_long_help; member in CommandObjectCommandsAlias::CommandOptions
504 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingRawCommand()
505 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
602 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingNormalCommand()
603 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()
1904 m_long_help = std::string(option_arg); in SetOptionValue()
1915 m_long_help.clear(); in OptionParsingStarting()
1926 std::string m_long_help; member in CommandObjectCommandsContainerAdd::CommandOptions
1942 m_options.m_long_help.c_str())); in DoExecute()
1970 m_options.m_long_help.c_str())); in DoExecute()