HomeSort by: relevance | last modified time | path
    Searched defs:HELP (Results 1 - 15 of 15) sorted by relevancy

  /src/games/hack/
config.h 90 #define HELP "help" /* the file containing a description of the commands */
  /src/external/gpl3/binutils/dist/binutils/
arparse.h 70 HELP = 271, /* HELP */
96 #define HELP 271
rcparse.h 118 HELP = 319, /* HELP */
223 #define HELP 319
arparse.c 163 HELP = 271, /* HELP */
189 #define HELP 271
241 YYSYMBOL_HELP = 16, /* HELP */
680 "DIRECTORY", "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "REPLACE",
rcparse.c 241 HELP = 319, /* HELP */
346 #define HELP 319
517 YYSYMBOL_HELP = 64, /* HELP */
1116 "POPUP", "CHECKED", "GRAYED", "HELP", "INACTIVE", "OWNERDRAW",
2356 dialog.ex->help = (yyvsp[0].il);
2695 rcparse_warning (_("help ID requires DIALOGEX"));
2696 (yyval.dialog_control)->help = (yyvsp[-1].il);
3075 rcparse_warning (_("help ID requires DIALOGEX"));
3076 (yyval.dialog_control)->help = (yyvsp[-1].il)
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
arparse.h 70 HELP = 271, /* HELP */
96 #define HELP 271
rcparse.h 118 HELP = 319, /* HELP */
223 #define HELP 319
arparse.c 163 HELP = 271, /* HELP */
189 #define HELP 271
241 YYSYMBOL_HELP = 16, /* HELP */
680 "DIRECTORY", "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "REPLACE",
rcparse.c 241 HELP = 319, /* HELP */
346 #define HELP 319
517 YYSYMBOL_HELP = 64, /* HELP */
1116 "POPUP", "CHECKED", "GRAYED", "HELP", "INACTIVE", "OWNERDRAW",
2356 dialog.ex->help = (yyvsp[0].il);
2695 rcparse_warning (_("help ID requires DIALOGEX"));
2696 (yyval.dialog_control)->help = (yyvsp[-1].il);
3075 rcparse_warning (_("help ID requires DIALOGEX"));
3076 (yyval.dialog_control)->help = (yyvsp[-1].il)
    [all...]
  /src/external/lgpl3/gmp/dist/demos/calc/
calc.h 59 HELP = 260, /* HELP */
94 #define HELP 260
calc.c 257 HELP = 260, /* HELP */
292 #define HELP 260
351 YYSYMBOL_HELP = 5, /* HELP */
786 "\"end of file\"", "error", "\"invalid token\"", "EOS", "BAD", "HELP",
1987 else if (strcmp (argv[i], "--help") == 0)
1992 printf (" --help this message\n");
  /src/external/lgpl3/gmp/dist/tune/
freq.c 52 cpu frequency so doesn't help.
145 #define HELP(str) \
146 if (help) \
156 freq_environment (int help)
160 HELP ("environment variable GMP_CPU_FREQUENCY (in Hertz)");
180 freq_getsysinfo (int help)
186 HELP ("getsysinfo() GSI_CPU_INFO");
209 freq_pstat_getprocessor (int help)
214 HELP ("pstat_getprocessor() psp_iticksperclktick");
234 freq_sysctlbyname_i586_freq (int help)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.h 473 HELP = 0x4000,
  /src/external/gpl3/binutils/dist/gprofng/src/
Command.h 36 // be defined as the last command for which a help line will exist
38 // that list determines what shows up under the help and xhelp commands.
39 // In particular, the entry for HELP is the last one printed
40 // for the help command, and the entry for HHELP is the last
181 HELP, // this is the last of the commands listed with "help"
206 NO_CMD, // Dummy command, used for headers in help
207 DUMMY_CMD, // Dummy command, used for help
215 LAST_CMD, // No more commands for which a help line is possible
230 const char *arg; // argument string for help
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Command.h 36 // be defined as the last command for which a help line will exist
38 // that list determines what shows up under the help and xhelp commands.
39 // In particular, the entry for HELP is the last one printed
40 // for the help command, and the entry for HHELP is the last
181 HELP, // this is the last of the commands listed with "help"
206 NO_CMD, // Dummy command, used for headers in help
207 DUMMY_CMD, // Dummy command, used for help
215 LAST_CMD, // No more commands for which a help line is possible
230 const char *arg; // argument string for help
    [all...]

Completed in 40 milliseconds