Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/xz/src/xz/
HDmessage.c940 message_help(bool long_help) in message_help() argument
948 if (long_help) in message_help()
952 if (long_help) in message_help()
961 if (long_help) in message_help()
972 if (long_help) { in message_help()
985 if (long_help) { in message_help()
1008 if (long_help) { in message_help()
1039 if (long_help) { in message_help()
1103 if (long_help) in message_help()
1110 if (long_help) { in message_help()
HDmessage.h113 extern void message_help(bool long_help);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandObject.cpp355 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord() local
360 else if (search_long_help && long_help.contains_insensitive(search_word)) in HelpTextContainsWord()
644 llvm::StringRef long_help) { in FormatLongHelpText() argument
646 std::stringstream lineStream{std::string(long_help)}; in FormatLongHelpText()
684 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText() local
685 if (!long_help.empty()) { in GenerateHelpText()
686 FormatLongHelpText(output_strm, long_help); in GenerateHelpText()
/freebsd-13-stable/contrib/libarchive/tar/
HDbsdtar.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-13-stable/contrib/libarchive/cpio/
HDcpio.c91 static __LA_NORETURN void long_help(void);
236 long_help(); in main()
476 long_help(void) in long_help() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandObject.h175 void FormatLongHelpText(Stream &output_strm, llvm::StringRef long_help);