Searched refs:help_text (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c71 const char *help_text[] = { local
150 dlg_item_help(help_text[cur_button]);
180 dlg_item_help(help_text[cur_button]);
194 dlg_item_help(help_text[cur_button]);
202 dlg_item_help(help_text[cur_button]);
271 dlg_item_help(help_text[cur_button]);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp379 llvm::StringRef help_text = entry->help_function(); local
382 help_text, name_str.GetSize());
384 interpreter.OutputHelpText(str, name_str.GetString(), "--", help_text,
389 entry->help_text, name_str.GetSize());
655 static std::string help_text; local
657 if (!help_text.empty())
658 return help_text;
676 help_text = sstr.GetString();
678 return help_text;
682 static std::string help_text; local
[all...]
H A DCommandInterpreter.cpp2499 llvm::StringRef help_text) {
2504 line_width_max = help_text.size() + prefix.size();
2508 while (!help_text.empty()) {
2517 llvm::StringRef this_line = help_text.substr(0, line_width_max);
2524 if (this_line.size() != help_text.size())
2533 help_text = help_text.drop_front(this_line.size()).ltrim();
2541 llvm::StringRef help_text,
2546 OutputFormattedHelpText(strm, prefix_stream.GetString(), help_text);
2551 llvm::StringRef help_text,
2497 OutputFormattedHelpText(Stream &strm, llvm::StringRef prefix, llvm::StringRef help_text) argument
2538 OutputFormattedHelpText(Stream &strm, llvm::StringRef word_text, llvm::StringRef separator, llvm::StringRef help_text, size_t max_word_len) argument
2549 OutputHelpText(Stream &strm, llvm::StringRef word_text, llvm::StringRef separator, llvm::StringRef help_text, uint32_t max_word_len) argument
2559 text_strm << separator << " " << help_text; local
[all...]
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man164 my ($help_text, $version_text) = map {
230 if ($help_text =~ s/^Usage:( +(\S+))(.*)((?:\n(?: {6}\1| *or: +\S).*)*)//m)
265 $_ = "$help_text\n\n$version_text";
/freebsd-11-stable/contrib/ee/
H A Dee.c428 char *help_text[23]; variable
3668 emacs_help_text[counter] : help_text[counter]);
5121 help_text[0] = catgetlocal( 35, "Control keys: ");
5122 help_text[1] = catgetlocal( 36, "^a ascii code ^i tab ^r right ");
5123 help_text[2] = catgetlocal( 37, "^b bottom of text ^j newline ^t top of text ");
5124 help_text[3] = catgetlocal( 38, "^c command ^k delete char ^u up ");
5125 help_text[4] = catgetlocal( 39, "^d down ^l left ^v undelete word ");
5126 help_text[5] = catgetlocal( 40, "^e search prompt ^m newline ^w delete word ");
5127 help_text[6] = catgetlocal( 41, "^f undelete char ^n next page ^x search ");
5128 help_text[
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp168 std::string help_text(pos->second->GetHelp());
169 help_text.append(" Expects 'raw' input (see 'help raw-input'.)");
172 help_text.c_str(), max_len);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h329 llvm::StringRef help_text);
333 llvm::StringRef help_text, size_t max_word_len);
342 llvm::StringRef separator, llvm::StringRef help_text,
H A DCommandObject.h86 const char *help_text; member in struct:lldb_private::CommandObject::ArgumentTableEntry

Completed in 165 milliseconds