Searched refs:help_text (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 671 static std::string help_text; in FormatHelpTextCallback() local 673 if (!help_text.empty()) in FormatHelpTextCallback() 674 return help_text; in FormatHelpTextCallback() 692 help_text = std::string(sstr.GetString()); in FormatHelpTextCallback() 694 return help_text; in FormatHelpTextCallback() 698 static std::string help_text; in LanguageTypeHelpTextCallback() local 700 if (!help_text.empty()) in LanguageTypeHelpTextCallback() 701 return help_text; in LanguageTypeHelpTextCallback() 710 help_text = std::string(sstr.GetString()); in LanguageTypeHelpTextCallback() 712 return help_text; in LanguageTypeHelpTextCallback() [all …]
|
| H A D | CommandInterpreter.cpp | 2581 llvm::StringRef help_text) { in OutputFormattedHelpText() argument 2586 line_width_max = help_text.size() + prefix.size(); in OutputFormattedHelpText() 2590 while (!help_text.empty()) { in OutputFormattedHelpText() 2599 llvm::StringRef this_line = help_text.substr(0, line_width_max); in OutputFormattedHelpText() 2606 if (this_line.size() != help_text.size()) in OutputFormattedHelpText() 2615 help_text = help_text.drop_front(this_line.size()).ltrim(); in OutputFormattedHelpText() 2623 llvm::StringRef help_text, in OutputFormattedHelpText() argument 2628 OutputFormattedHelpText(strm, prefix_stream.GetString(), help_text); in OutputFormattedHelpText() 2633 llvm::StringRef help_text, in OutputHelpText() argument 2641 text_strm << separator << " " << help_text; in OutputHelpText()
|
| /freebsd-13.1/usr.sbin/bsdinstall/partedit/ |
| H A D | diskeditor.c | 71 const char *help_text[] = { in diskeditor_show() local 150 dlg_item_help(help_text[cur_button]); in diskeditor_show() 180 dlg_item_help(help_text[cur_button]); in diskeditor_show() 194 dlg_item_help(help_text[cur_button]); in diskeditor_show() 202 dlg_item_help(help_text[cur_button]); in diskeditor_show() 271 dlg_item_help(help_text[cur_button]); in diskeditor_show()
|
| /freebsd-13.1/contrib/ee/ |
| H A D | ee.c | 428 char *help_text[23]; variable 5235 emacs_help_text[0] = help_text[0]; in strings_init() 5244 emacs_help_text[9] = help_text[9]; in strings_init() 5245 emacs_help_text[10] = help_text[10]; in strings_init() 5246 emacs_help_text[11] = help_text[11]; in strings_init() 5247 emacs_help_text[12] = help_text[12]; in strings_init() 5248 emacs_help_text[13] = help_text[13]; in strings_init() 5249 emacs_help_text[14] = help_text[14]; in strings_init() 5250 emacs_help_text[15] = help_text[15]; in strings_init() 5251 emacs_help_text[16] = help_text[16]; in strings_init() [all …]
|
| /freebsd-13.1/share/examples/bootforth/ |
| H A D | menu.4th | 56 : help_text 74 help_text
|
| H A D | menuconf.4th | 58 : help_text 75 help_text
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 166 std::string help_text(std::string(pos->second->GetHelp())); in GenerateHelpText() local 167 help_text.append(" Expects 'raw' input (see 'help raw-input'.)"); in GenerateHelpText() 169 "--", help_text, max_len); in GenerateHelpText()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 377 llvm::StringRef help_text); 381 llvm::StringRef help_text, size_t max_word_len); 390 llvm::StringRef separator, llvm::StringRef help_text,
|
| H A D | CommandObject.h | 86 const char *help_text; member
|