Home
last modified time | relevance | path

Searched defs:help_text (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp137 static std::string help_text; in FormatHelpTextCallback() local
164 static std::string help_text; in LanguageTypeHelpTextCallback() local
H A DCommandObjectMultiword.cpp236 std::string help_text(std::string(pos->second->GetHelp())); in GenerateHelpText() local
/freebsd-src/share/examples/bootforth/
H A Dmenuconf.4th57 : help_text word
H A Dmenu.4th55 : help_text word
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp394 llvm::StringRef help_text = entry->help_function(); GetArgumentHelp() local
600 std::string help_text(GetHelp()); GenerateHelpText() local
H A DCommandInterpreter.cpp2828 OutputFormattedHelpText(Stream & strm,llvm::StringRef prefix,llvm::StringRef help_text) OutputFormattedHelpText() argument
2873 OutputFormattedHelpText(Stream & strm,llvm::StringRef word_text,llvm::StringRef separator,llvm::StringRef help_text,size_t max_word_len) OutputFormattedHelpText() argument
2883 OutputHelpText(Stream & strm,llvm::StringRef word_text,llvm::StringRef separator,llvm::StringRef help_text,uint32_t max_word_len) OutputHelpText() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h89 const char *help_text; member
/freebsd-src/contrib/ee/
H A Dee.c418 char *help_text[23]; variable