Searched refs:help_text (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionArgumentTable.cpp | 137 static std::string help_text; in FormatHelpTextCallback() local 139 if (!help_text.empty()) in FormatHelpTextCallback() 140 return help_text; in FormatHelpTextCallback() 158 help_text = std::string(sstr.GetString()); in FormatHelpTextCallback() 160 return help_text; in FormatHelpTextCallback() 164 static std::string help_text; in LanguageTypeHelpTextCallback() local 166 if (!help_text.empty()) in LanguageTypeHelpTextCallback() 167 return help_text; in LanguageTypeHelpTextCallback() 176 help_text = std::string(sstr.GetString()); in LanguageTypeHelpTextCallback() 178 return help_text; in LanguageTypeHelpTextCallback()
|
| H A D | CommandObjectMultiword.cpp | 236 std::string help_text(std::string(pos->second->GetHelp())); in GenerateHelpText() local 237 help_text.append(" Expects 'raw' input (see 'help raw-input'.)"); in GenerateHelpText() 239 "--", help_text, max_len); in GenerateHelpText()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 394 llvm::StringRef help_text = entry->help_function(); in GetArgumentHelp() local 397 help_text, name_str.GetSize()); in GetArgumentHelp() 399 interpreter.OutputHelpText(str, name_str.GetString(), "--", help_text, in GetArgumentHelp() 404 entry->help_text, name_str.GetSize()); in GetArgumentHelp() 600 std::string help_text(GetHelp()); in GenerateHelpText() local 602 help_text.append(" Expects 'raw' input (see 'help raw-input'.)"); in GenerateHelpText() 604 interpreter.OutputFormattedHelpText(output_strm, "", help_text); in GenerateHelpText() 677 return g_argument_table[arg_type].help_text; in GetArgumentDescriptionAsCString()
|
| H A D | CommandInterpreter.cpp | 2833 line_width_max = help_text.size() + prefix.size(); in OutputFormattedHelpText() 2838 if (help_text.empty()) in OutputFormattedHelpText() 2839 help_text = "No help text"; in OutputFormattedHelpText() 2840 while (!help_text.empty()) { in OutputFormattedHelpText() 2849 llvm::StringRef this_line = help_text.substr(0, line_width_max); in OutputFormattedHelpText() 2856 if (this_line.size() != help_text.size()) in OutputFormattedHelpText() 2865 help_text = help_text.drop_front(this_line.size()).ltrim(); in OutputFormattedHelpText() 2873 llvm::StringRef help_text, in OutputFormattedHelpText() argument 2878 OutputFormattedHelpText(strm, prefix_stream.GetString(), help_text); in OutputFormattedHelpText() 2883 llvm::StringRef help_text, in OutputHelpText() argument [all …]
|
| /freebsd-14.2/contrib/ee/ |
| H A D | ee.c | 418 char *help_text[23]; variable 5225 emacs_help_text[0] = help_text[0]; in strings_init() 5234 emacs_help_text[9] = help_text[9]; in strings_init() 5235 emacs_help_text[10] = help_text[10]; in strings_init() 5236 emacs_help_text[11] = help_text[11]; in strings_init() 5237 emacs_help_text[12] = help_text[12]; in strings_init() 5238 emacs_help_text[13] = help_text[13]; in strings_init() 5239 emacs_help_text[14] = help_text[14]; in strings_init() 5240 emacs_help_text[15] = help_text[15]; in strings_init() 5241 emacs_help_text[16] = help_text[16]; in strings_init() [all …]
|
| /freebsd-14.2/share/examples/bootforth/ |
| H A D | menu.4th | 55 : help_text 73 help_text
|
| H A D | menuconf.4th | 57 : help_text 74 help_text
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 432 llvm::StringRef help_text); 436 llvm::StringRef help_text, size_t max_word_len); 445 llvm::StringRef separator, llvm::StringRef help_text,
|
| H A D | CommandObject.h | 89 const char *help_text; member
|