Home
last modified time | relevance | path

Searched refs:long_help (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/xz/src/xz/
H A Dmessage.c959 message_help(bool long_help) in message_help() argument
967 if (long_help) in message_help()
971 if (long_help) in message_help()
980 if (long_help) in message_help()
991 if (long_help) { in message_help()
1004 if (long_help) { in message_help()
1027 if (long_help) { in message_help()
1056 if (long_help) { in message_help()
1102 if (long_help) in message_help()
1109 if (long_help) { in message_help()
H A Dmessage.h111 extern void message_help(bool long_help);
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp318 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord() local
323 else if (search_long_help && long_help.contains_insensitive(search_word)) in HelpTextContainsWord()
572 llvm::StringRef long_help) { in FormatLongHelpText() argument
574 std::stringstream lineStream{std::string(long_help)}; in FormatLongHelpText()
612 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText() local
613 if (!long_help.empty()) { in GenerateHelpText()
614 FormatLongHelpText(output_strm, long_help); in GenerateHelpText()
/freebsd-14.2/contrib/libarchive/tar/
H A Dbsdtar.c101 static __LA_NORETURN void long_help(void);
414 long_help(); in main()
849 long_help(); in main()
1089 long_help(void) in long_help() function
/freebsd-14.2/contrib/libarchive/cpio/
H A Dcpio.c91 static __LA_NORETURN void long_help(void);
236 long_help(); in main()
476 long_help(void) in long_help() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h175 void FormatLongHelpText(Stream &output_strm, llvm::StringRef long_help);