HomeSort by: relevance | last modified time | path
    Searched refs:Help (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/usr.sbin/sysinst/arch/luna68k/
msg.md.en 68 Check 'h' (Help) and 'hk' (Help of 'k' command) commands on the firmware
  /src/sys/arch/sparc/stand/binstall/
binstall.sh 31 Help () {
59 h) Help;;
  /src/sys/external/bsd/acpica/dist/debugger/
dbinput.c 78 const ACPI_DB_COMMAND_HELP *Help);
190 {"HELP", 0},
247 * Help for all debugger commands. First argument is the number of lines
248 * of help to output for the command.
297 {1, " Help [Command]", "This help screen or individual command\n"},
369 * Help - Help table entry to attempt match
373 * DESCRIPTION: Attempt to match a command in the help table in order to
374 * print help information for a single command
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSubtargetInfo.cpp 95 /// Display help for feature and mcpu choices.
96 static void Help(ArrayRef<SubtargetSubTypeKV> CPUTable,
98 // the static variable ensures that the help information only gets
128 /// Display help for mcpu choices only
130 // the static variable ensures that the help information only gets
163 // Check if help is needed
164 if (CPU == "help")
165 Help(ProcDesc, ProcFeatures);
196 // Check for help
197 if (Feature == "+help")
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/
llvm-reduce.cpp 34 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden,
  /src/external/gpl2/xcvs/dist/contrib/
rcs2log.sh 26 Help='The default FILEs are the files registered under the working directory.
39 --help Output help.
185 -*) echo >&2 "Usage: $0 [OPTION]... [FILE ...]$nl$Help"
187 --help) exit 0;;
  /src/distrib/acorn32/stand/
Makefile 43 SETTYPE_FILES=!BtNetBSD/!Boot !BtNetBSD/!Edit !BtNetBSD/!Help !BtNetBSD/!Run
49 SETTYPE_FILE_!BtNetBSD/!Help=feb
  /src/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/
ClangOffloadWrapper.cpp 42 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden);
45 // and -help) will be hidden.
326 if (Help) {
  /src/usr.bin/menuc/testm/
menus.mc 93 help {
94 Main Menu Help Screen
96 This is help text for the main menu of the menu test system. This
99 character in the help is the newline (as the case for this help),
100 then that newline is not included in the help text.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
llvm-gsymutil.cpp 62 static opt<bool> Help("h", desc("Alias for -help"), Hidden,
470 if (Help) {
  /src/external/mit/libcbor/dist/doc/
Makefile 22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
24 help:
31 @echo " htmlhelp to make HTML files and a HTML help project"
80 @echo "Build finished; now you can run HTML Help Workshop with the" \
89 @echo "To view the help file:"
96 @echo "To view the help file:"
make.bat 16 if "%1" == "" goto help
18 if "%1" == "help" (
19 :help
26 echo. htmlhelp to make HTML files and a HTML help project
107 echo.Build finished; now you can run HTML Help Workshop with the ^
119 echo.To view the help file:
  /src/external/mit/libuv/dist/docs/
Makefile 24 .PHONY: help clean html livehtml dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
26 help:
34 @echo " htmlhelp to make HTML files and a HTML help project"
86 @echo "Build finished; now you can run HTML Help Workshop with the" \
95 @echo "To view the help file:"
102 @echo "To view the help file:"
make.bat 17 if "%1" == "" goto help
19 if "%1" == "help" (
20 :help
27 echo. htmlhelp to make HTML files and a HTML help project
108 echo.Build finished; now you can run HTML Help Workshop with the ^
120 echo.To view the help file:
  /src/external/apache2/llvm/dist/clang/docs/analyzer/
make.bat 16 if "%1" == "" goto help
18 if "%1" == "help" (
19 :help
26 echo. htmlhelp to make HTML files and a HTML help project
91 echo.Build finished; now you can run HTML Help Workshop with the ^
103 echo.To view the help file:
  /src/external/apache2/llvm/dist/clang/docs/
make.bat 16 if "%1" == "" goto help
18 if "%1" == "help" (
19 :help
26 echo. htmlhelp to make HTML files and a HTML help project
91 echo.Build finished; now you can run HTML Help Workshop with the ^
103 echo.To view the help file:
  /src/external/apache2/llvm/dist/clang/tools/clang-format/
ClangFormat.cpp 30 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden);
33 // and -help) will be hidden.
516 if (Help) {
  /src/external/apache2/llvm/dist/llvm/docs/
make.bat 16 if "%1" == "" goto help
18 if "%1" == "help" (
19 :help
26 echo. htmlhelp to make HTML files and a HTML help project
91 echo.Build finished; now you can run HTML Help Workshop with the ^
103 echo.To view the help file:
  /src/external/bsd/ntp/dist/util/
tg2.c 64 * - Adjusted help message accordingly.
65 * - Added "2007" to modifications note at end of help message.
503 void Help (void); /* Usage message */
686 Help ();
736 Help ();
2452 Help ( void )
  /src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
ClangOffloadBundler.cpp 54 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden);
57 // and -help) will be hidden.
1027 if (Help) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
ocidl.d 328 HRESULT Help(LPCOLESTR);
  /src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
ClangScanDeps.cpp 110 llvm::cl::opt<bool> Help("h", llvm::cl::desc("Alias for -help"),
  /src/external/apache2/llvm/dist/llvm/lib/Support/
CommandLine.cpp 153 // This collects additional help to be printed.
440 extrahelp::extrahelp(StringRef Help) : morehelp(Help) {
441 GlobalParser->MoreHelp.push_back(Help);
591 // Do not suggest really hidden options (not shown in any help).
1521 << "'. Try: '" << argv[0] << " --help'\n";
1560 << ": See: " << argv[0] << " --help\n";
1567 << " positional arguments: See: " << argv[0] << " --help\n";
2108 // -help and -help-hidden option implementatio
    [all...]
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 28 % what you give them. Help stamp out software-hoarding!
95 % If this character appears in an error message or help string, it
592 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
4251 % to help in doing that, since in @example-like environments \parskip
6046 % Use TeX 3.0's \emergencystretch to help line breaking, but if we're
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 24 % what you give them. Help stamp out software-hoarding!
97 % If this character appears in an error message or help string, it
544 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
3678 % to help in doing that, since in @example-like environments \parskip
5058 % Use TeX 3.0's \emergencystretch to help line breaking, but if we're

Completed in 52 milliseconds

1 2