Searched refs:help_string (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 142 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 D | CommandAlias.h | 30 void GetAliasExpansion(StreamString &help_string) const;
|
| H A D | CommandInterpreter.h | 340 void GetAliasHelp(const char *alias_name, StreamString &help_string);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBBreakpointName.h | 94 void SetHelpString(const char *help_string);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBBreakpointName.cpp | 510 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 D | conflict-callbacks.c | 662 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()
|