Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp141 void CommandAlias::GetAliasExpansion(StreamString &help_string) const { in GetAliasExpansion()
143 help_string.Printf("'%*s", (int)command_name.size(), command_name.data()); in GetAliasExpansion()
146 help_string.Printf("'"); in GetAliasExpansion()
157 help_string.Printf(" %s", value.c_str()); in GetAliasExpansion()
159 help_string.Printf(" %s", opt.c_str()); in GetAliasExpansion()
161 help_string.Printf(" %s", value.c_str()); in GetAliasExpansion()
166 help_string.Printf("'"); in GetAliasExpansion()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointName.i98 void SetHelpString(const char *help_string);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h29 void GetAliasExpansion(StreamString &help_string) const;
H A DCommandInterpreter.h374 void GetAliasHelp(const char *alias_name, StreamString &help_string);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h98 void SetHelpString(const char *help_string);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp520 void SBBreakpointName::SetHelpString(const char *help_string) { in SetHelpString() argument
522 help_string); in SetHelpString()
531 bp_name->SetHelp(help_string); in SetHelpString()
/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dconflict-callbacks.c673 help_string(const char **result, in help_string() function
745 SVN_ERR(help_string(&helpstr, conflict_options, scratch_pool)); in prompt_user()
999 SVN_ERR(help_string(&helpstr, text_conflict_options, iterpool)); in handle_text_conflict()