Searched refs:HELP (Results 1 - 25 of 44) sorted by relevance

12

/haiku-buildtools/legacy/binutils/binutils/
H A Darparse.h45 HELP = 271, enumerator in enum:yytokentype
66 #define HELP 271 macro
H A Darlex.l52 "HELP" { return HELP; }
67 "help" { return HELP; }
H A Dnlmheader.h44 HELP = 270, enumerator in enum:yytokentype
82 #define HELP 270 macro
H A Drcparse.h82 HELP = 308, enumerator in enum:yytokentype
168 #define HELP 308 macro
H A Darparse.y56 %token HELP
H A Dnlmheader.y64 /* File named by HELP. */
121 %token EXPORT FLAG_ON FLAG_OFF FULLMAP HELP IMPORT INPUT MAP MESSAGES
257 | HELP STRING
605 { "HELP", HELP },
H A Dnlmheader.c71 HELP = 270, enumerator in enum:yytokentype
109 #define HELP 270 macro
201 /* File named by HELP. */
541 "FLAG_OFF", "FULLMAP", "HELP", "IMPORT", "INPUT", "MAP", "MESSAGES",
2182 { "HELP", HELP },
H A Darparse.c72 HELP = 271, enumerator in enum:yytokentype
93 #define HELP 271 macro
425 "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "REPLACE", "SAVE", "OPEN",
H A Drclex.l132 "HELP" { MAYBE_RETURN (HELP); }
H A Drcparse.c109 HELP = 308, enumerator in enum:yytokentype
195 #define HELP 308 macro
753 "POPUP", "CHECKED", "GRAYED", "HELP", "INACTIVE", "MENUBARBREAK",
/haiku-buildtools/binutils/binutils/
H A Darlex.l56 "HELP" { return HELP; }
71 "help" { return HELP; }
H A Darparse.h61 HELP = 271, enumerator in enum:yytokentype
82 #define HELP 271 macro
H A Dnlmheader.h60 HELP = 270, enumerator in enum:yytokentype
98 #define HELP 270 macro
H A Drcparse.h109 HELP = 319, enumerator in enum:yytokentype
208 #define HELP 319 macro
H A Darparse.y56 %token HELP
H A Dnlmheader.y63 /* File named by HELP. */
120 %token EXPORT FLAG_ON FLAG_OFF FULLMAP HELP IMPORT INPUT MAP MESSAGES
256 | HELP STRING
604 { "HELP", HELP },
H A Dnlmheader.c128 /* File named by HELP. */
222 HELP = 270, enumerator in enum:yytokentype
260 #define HELP 270 macro
607 "FLAG_OFF", "FULLMAP", "HELP", "IMPORT", "INPUT", "MAP", "MESSAGES",
2262 { "HELP", HELP },
H A Darparse.c149 HELP = 271, enumerator in enum:yytokentype
170 #define HELP 271 macro
497 "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "REPLACE", "SAVE", "OPEN",
/haiku-buildtools/gcc/gmp/demos/calc/
H A Dcalc.h42 HELP = 260, enumerator in enum:yytokentype
73 #define HELP 260 macro
H A Dcalclex.l43 { "help", HELP },
H A Dcalc.y148 %token HELP HEX DECIMAL QUIT
188 | HELP { calc_help (); }
/haiku-buildtools/gcc/gmp/tune/
H A Dfreq.c135 #define HELP(str) \ macro
150 HELP ("environment variable GMP_CPU_FREQUENCY (in Hertz)");
176 HELP ("getsysinfo() GSI_CPU_INFO");
204 HELP ("pstat_getprocessor() psp_iticksperclktick");
230 HELP ("sysctlbyname() machdep.i586_freq");
257 HELP ("sysctlbyname() machdep.tsc_freq");
285 HELP ("sysctl() hw.cpufrequency");
322 HELP ("sysctl() hw.model");
375 HELP ("linux kernel /proc/cpuinfo file, cpu MHz or bogomips");
435 HELP ("SunO
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr41011.f5 CALL DCTDX(NX,NY,NX1,NFILT,C(MLAG),DCDX(MLAG),HELP,HELPA,
6 * HELP,HELPA,FY,FYC,SAVEY)
H A Dpr25603.f22 * ZET,HVAR,UM,VM,UG,VG,TM,DKM,DCDX,DCDY,AN,BN,CN,HELP,HELPA)
30 * AN(*),BN(*),CN(*),HELP(*),HELPA(*)
/haiku-buildtools/gcc/gcc/
H A Dparams.c41 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) \
42 { OPTION, DEFAULT, MIN, MAX, HELP },

Completed in 209 milliseconds

12