Home
last modified time | relevance | path

Searched refs:help_string (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandAlias.cpp142 void CommandAlias::GetAliasExpansion(StreamString &help_string) const { in GetAliasExpansion()
144 help_string.Printf("'%*s", (int)command_name.size(), command_name.data()); in GetAliasExpansion()
147 help_string.Printf("'"); in GetAliasExpansion()
158 help_string.Printf(" %s", value.c_str()); in GetAliasExpansion()
160 help_string.Printf(" %s", opt.c_str()); in GetAliasExpansion()
162 help_string.Printf(" %s", value.c_str()); in GetAliasExpansion()
167 help_string.Printf("'"); in GetAliasExpansion()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandAlias.h30 void GetAliasExpansion(StreamString &help_string) const;
H A DCommandInterpreter.h340 void GetAliasHelp(const char *alias_name, StreamString &help_string);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointName.h94 void SetHelpString(const char *help_string);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointName.cpp510 void SBBreakpointName::SetHelpString(const char *help_string) { in SetHelpString() argument
516 LLDB_LOG(log, "Name: {0} help: {1}\n", bp_name->GetName(), help_string); in SetHelpString()
520 bp_name->SetHelp(help_string); in SetHelpString()
/freebsd-12.1/contrib/subversion/subversion/svn/
H A Dconflict-callbacks.c662 help_string(const char **result, in help_string() function
734 SVN_ERR(help_string(&helpstr, conflict_options, scratch_pool)); in prompt_user()
988 SVN_ERR(help_string(&helpstr, text_conflict_options, iterpool)); in handle_text_conflict()