Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/xz/
H A Dmessage.c960 message_help(bool long_help) in message_help() argument
980 if (long_help) { in message_help()
995 if (long_help) { in message_help()
1012 if (long_help) { in message_help()
1071 if (long_help) { in message_help()
1113 if (long_help) { in message_help()
1234 if (long_help) { in message_help()
1246 if (long_help) { in message_help()
H A Dmessage.h113 extern void message_help(bool long_help);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.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/contrib/libarchive/tar/
H A Dbsdtar.c104 static __LA_NORETURN void long_help(void);
424 long_help(); in main()
871 long_help(); in main()
1117 long_help(void) in long_help() function
/freebsd/contrib/libarchive/cpio/
H A Dcpio.c91 static __LA_NORETURN void long_help(void);
244 long_help(); in main()
484 long_help(void) in long_help() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h175 void FormatLongHelpText(Stream &output_strm, llvm::StringRef long_help);