Searched refs:help_string (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 141 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 D | SBBreakpointName.i | 98 void SetHelpString(const char *help_string);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 29 void GetAliasExpansion(StreamString &help_string) const;
|
| H A D | CommandInterpreter.h | 374 void GetAliasHelp(const char *alias_name, StreamString &help_string);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBBreakpointName.h | 98 void SetHelpString(const char *help_string);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointName.cpp | 520 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 D | conflict-callbacks.c | 673 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()
|