Lines Matching refs:m_long_help
232 m_long_help.SetCurrentValue(option_str); in SetOptionValue()
233 m_long_help.SetOptionWasSet(); in SetOptionValue()
245 m_long_help.Clear(); in OptionParsingStarting()
249 OptionValueString m_long_help; member in CommandObjectCommandsAlias::CommandOptions
500 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingRawCommand()
501 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
603 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingNormalCommand()
604 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()
1882 m_long_help = std::string(option_arg); in SetOptionValue()
1893 m_long_help.clear(); in OptionParsingStarting()
1904 std::string m_long_help; member in CommandObjectCommandsContainerAdd::CommandOptions
1920 m_options.m_long_help.c_str())); in DoExecute()
1948 m_options.m_long_help.c_str())); in DoExecute()