Searched refs:OPTION (Results 1 - 25 of 131) sorted by relevance

123456

/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dstats.h4 /* OPTION(opt, var_name, default, set_value_to) */
6 OPTION('J', json, false, true) \
7 OPTION('g', general, true, false) \
8 OPTION('m', merged, config_stats, false) \
9 OPTION('d', destroyed, config_stats, false) \
10 OPTION('a', unmerged, config_stats, false) \
11 OPTION('b', bins, true, false) \
12 OPTION('l', large, true, false) \
13 OPTION('x', mutex, true, false)
16 #define OPTION( macro
18 #undef OPTION macro
[all...]
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dstats.h4 /* OPTION(opt, var_name, default, set_value_to) */
6 OPTION('J', json, false, true) \
7 OPTION('g', general, true, false) \
8 OPTION('m', merged, config_stats, false) \
9 OPTION('d', destroyed, config_stats, false) \
10 OPTION('a', unmerged, config_stats, false) \
11 OPTION('b', bins, true, false) \
12 OPTION('l', large, true, false) \
13 OPTION('x', mutex, true, false)
16 #define OPTION( macro
18 #undef OPTION macro
[all...]
/netbsd-current/external/bsd/flex/dist/tests/
H A Dtestwrapper-direct.sh8 while getopts :b:s: OPTION ; do
9 case $OPTION in
H A Dtestwrapper.sh16 while getopts :d:i:rt1 OPTION ; do
17 case $OPTION in
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DObjdumpOptID.h6 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ macro
10 #undef OPTION macro
/netbsd-current/usr.bin/find/
H A Doption.c56 static OPTION *option(char *);
59 static OPTION const options[] = {
161 OPTION *p;
181 static OPTION *
184 OPTION tmp;
187 return ((OPTION *)bsearch(&tmp, options,
188 sizeof(options)/sizeof(OPTION), sizeof(OPTION), typecompare));
195 return (strcmp(((const OPTION *)a)->name, ((const OPTION *)
[all...]
/netbsd-current/external/gpl2/groff/dist/contrib/gdiffmk/
H A Dgdiffmk.sh164 for OPTION
166 case "${OPTION}" in
168 ADDMARK=$( RequiresArgument "${OPTION}" $2 ) &&
172 CHANGEMARK=$( RequiresArgument "${OPTION}" $2 ) &&
176 DELETEMARK=$( RequiresArgument "${OPTION}" $2 ) &&
183 MARK1=$( RequiresArgument "${OPTION}" $2 ) &&
196 DIFFCMD=$( RequiresArgument "${OPTION}" $2 ) &&
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-options.h111 } OPTION; typedef in typeref:struct:__anon2480
126 const OPTION *options;
132 SIM_RC sim_add_option_table (SIM_DESC sd, sim_cpu *cpu, const OPTION *table);
H A Dsim-watch.c373 static const OPTION watchpoint_options[] =
406 OPTION *int_options = NZALLOC (OPTION, 1 + (watch->nr_interrupts + 1) * nr_watchpoint_types);
415 OPTION *option = &int_options[nr];
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-options.h111 } OPTION; typedef in typeref:struct:__anon1918
126 const OPTION *options;
132 SIM_RC sim_add_option_table (SIM_DESC sd, sim_cpu *cpu, const OPTION *table);
H A Dsim-watch.c365 static const OPTION watchpoint_options[] =
409 OPTION *int_options = NZALLOC (OPTION, 1 + (watch->nr_interrupts + 1) * nr_watchpoint_types);
418 OPTION *option = &int_options[nr];
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.h43 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ macro
48 #undef OPTION macro
/netbsd-current/external/bsd/nvi/dist/common/
H A Doptions_f.c38 * PUBLIC: int f_altwerase __P((SCR *, OPTION *, const char *, u_long *));
41 f_altwerase(SCR *sp, OPTION *op, const char *str, u_long *valp)
49 * PUBLIC: int f_columns __P((SCR *, OPTION *, const char *, u_long *));
52 f_columns(SCR *sp, OPTION *op, const char *str, u_long *valp)
79 * PUBLIC: int f_lines __P((SCR *, OPTION *, const char *, u_long *));
82 f_lines(SCR *sp, OPTION *op, const char *str, u_long *valp)
132 * PUBLIC: int f_lisp __P((SCR *, OPTION *, const char *, u_long *));
135 f_lisp(SCR *sp, OPTION *op, const char *str, u_long *valp)
142 * PUBLIC: int f_msgcat __P((SCR *, OPTION *, const char *, u_long *));
145 f_msgcat(SCR *sp, OPTION *o
[all...]
H A Dcommon.h49 typedef struct _option OPTION; typedef in typeref:struct:_option
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriverOptions.cpp24 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ macro
29 #undef OPTION macro
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp44 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ macro
48 #undef OPTION macro
56 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ macro
64 #undef OPTION macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DLangOptions.cpp57 #define OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ macro
64 #define OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ macro
/netbsd-current/usr.bin/rdist/
H A Dgram.y68 %term OPTION 15
77 %type <intval> OPTION, options
184 | options OPTION = {
312 return(OPTION);
316 return(OPTION);
320 return(OPTION);
324 return(OPTION);
328 return(OPTION);
332 return(OPTION);
336 return(OPTION);
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp32 #define OPTION(_1, _2, ID, _4, _5, _6, _7, _8, _9, _10, _11, _12) OPT_##ID, macro
34 #undef OPTION macro
42 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \ macro
46 #undef OPTION macro
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mt/
H A Dllvm-mt.cpp38 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ macro
42 #undef OPTION macro
50 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ macro
58 #undef OPTION macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopts.h515 /* Set OPTION in OPTS to VALUE if the option is not set in OPTS_SET. */
517 #define SET_OPTION_IF_UNSET(OPTS, OPTS_SET, OPTION, VALUE) \
520 if (!(OPTS_SET)->x_ ## OPTION) \
521 (OPTS)->x_ ## OPTION = VALUE; \
525 /* Return true if OPTION is set by user in global options. */
527 #define OPTION_SET_P(OPTION) global_options_set.x_ ## OPTION
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp41 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ macro
45 #undef OPTION macro
53 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ macro
61 #undef OPTION macro
/netbsd-current/usr.bin/menuc/
H A Dscan.l95 option { return OPTION; }
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dyyscript.h144 OPTION = 354, enumerator in enum:yytokentype
251 #define OPTION 354 macro
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dyyscript.h153 OPTION = 354, /* OPTION */ enumerator in enum:yytokentype
265 #define OPTION 354 macro

Completed in 409 milliseconds

123456