| /dflybsd-src/contrib/nvi2/common/ |
| H A D | options_f.c | 31 f_altwerase(SCR *sp, OPTION *op, char *str, u_long *valp) in f_altwerase() 42 f_columns(SCR *sp, OPTION *op, char *str, u_long *valp) in f_columns() 72 f_lines(SCR *sp, OPTION *op, char *str, u_long *valp) in f_lines() 125 f_lisp(SCR *sp, OPTION *op, char *str, u_long *valp) in f_lisp() 135 f_msgcat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_msgcat() 145 f_print(SCR *sp, OPTION *op, char *str, u_long *valp) in f_print() 170 f_readonly(SCR *sp, OPTION *op, char *str, u_long *valp) in f_readonly() 187 f_recompile(SCR *sp, OPTION *op, char *str, u_long *valp) in f_recompile() 204 f_reformat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_reformat() 214 f_ttywerase(SCR *sp, OPTION *op, char *str, u_long *valp) in f_ttywerase() [all …]
|
| H A D | common.h | 37 typedef struct _option OPTION; typedef
|
| H A D | screen.h | 140 OPTION opts[O_OPTIONCOUNT]; /* Ex/vi: Options. */
|
| H A D | options.h | 79 int (*func)(SCR *, OPTION *, char *, u_long *);
|
| H A D | gs.h | 71 OPTION opts[GO_TERM + 1];
|
| H A D | options.c | 469 OPTION *spo; in opts_set() 757 OPTION *op; in o_set()
|
| /dflybsd-src/tools/regression/bin/sh/builtins/ |
| H A D | getopts1.0 | 5 getopts "ab:" OPTION 6 printf '%s\n' "${OPTION}" 13 # of 'getopts' and do not produce the "a" in $OPTION. 16 getopts "ab:" OPTION 17 printf '%s\n' "${OPTION}" 18 getopts "ab:" OPTION 3>&2 2>&1 >&3 3>&- 19 printf '%s\n' "${OPTION}" 24 getopts "ab:" OPTION 25 printf '%s\n' "${OPTION}"
|
| /dflybsd-src/usr.bin/vi/ |
| H A D | common_extern.h | 81 int f_altwerase(SCR *, OPTION *, char *, u_long *); 82 int f_columns(SCR *, OPTION *, char *, u_long *); 83 int f_lines(SCR *, OPTION *, char *, u_long *); 84 int f_lisp(SCR *, OPTION *, char *, u_long *); 85 int f_msgcat(SCR *, OPTION *, char *, u_long *); 86 int f_print(SCR *, OPTION *, char *, u_long *); 87 int f_readonly(SCR *, OPTION *, char *, u_long *); 88 int f_recompile(SCR *, OPTION *, char *, u_long *); 89 int f_reformat(SCR *, OPTION *, char *, u_long *); 90 int f_ttywerase(SCR *, OPTION *, char *, u_long *); [all …]
|
| /dflybsd-src/usr.bin/find/ |
| H A D | option.c | 52 static OPTION const options[] = { 151 OPTION *p; in find_create() 166 OPTION * 169 OPTION tmp; in lookup_option() 172 return ((OPTION *)bsearch(&tmp, options, in lookup_option() 173 sizeof(options)/sizeof(OPTION), sizeof(OPTION), typecompare)); in lookup_option() 179 return (strcmp(((const OPTION *)a)->name, ((const OPTION *)b)->name)); in typecompare()
|
| H A D | function.c | 60 static PLAN *palloc(OPTION *); 63 static char *nextarg(OPTION *, char ***); 83 palloc(OPTION *option) in palloc() 216 nextarg(OPTION *option, char ***argvp) in nextarg() 262 c_Xmin(OPTION *option, char ***argvp) in c_Xmin() 307 c_Xtime(OPTION *option, char ***argvp) in c_Xtime() 333 c_mXXdepth(OPTION *option, char ***argvp) in c_mXXdepth() 402 c_delete(OPTION *option, char ***argvp __unused) in c_delete() 450 c_depth(OPTION *option, char ***argvp) in c_depth() 515 c_empty(OPTION *option, char ***argvp __unused) in c_empty() [all …]
|
| H A D | find.h | 144 } OPTION; typedef
|
| H A D | extern.h | 46 OPTION *lookup_option(const char *);
|
| H A D | find.c | 111 OPTION *p; in find_formplan()
|
| /dflybsd-src/sys/bus/u4b/serial/ |
| H A D | u3g.c | 325 U3G_DEV(OPTION, E6500, 0), 326 U3G_DEV(OPTION, E6501, 0), 327 U3G_DEV(OPTION, E6601, 0), 328 U3G_DEV(OPTION, E6721, 0), 329 U3G_DEV(OPTION, E6741, 0), 330 U3G_DEV(OPTION, E6761, 0), 331 U3G_DEV(OPTION, E6800, 0), 332 U3G_DEV(OPTION, E7021, 0), 333 U3G_DEV(OPTION, E7041, 0), 334 U3G_DEV(OPTION, E7061, 0), [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | params.c | 42 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) argument 43 #define DEFPARAMENUM5(ENUM, OPTION, HELP, DEFAULT, V0, V1, V2, V3, V4) \ argument 50 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) \ argument 51 { OPTION, DEFAULT, MIN, MAX, HELP, NULL }, 52 #define DEFPARAMENUM5(ENUM, OPTION, HELP, DEFAULT, \ argument 54 { OPTION, (int)ENUM ## _KIND_ ## DEFAULT, 0, 4, HELP, values_ ## ENUM },
|
| H A D | params-enum.h | 20 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) argument 24 #define DEFPARAMENUM5(ENUM, OPTION, HELP, DEFAULT, V0, V1, V2, V3, V4) \ argument
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | params.c | 42 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) \ argument 43 { OPTION, DEFAULT, MIN, MAX, HELP },
|
| /dflybsd-src/contrib/binutils-2.34/gold/ |
| H A D | yyscript.h | 144 OPTION = 354, enumerator 251 #define OPTION 354 macro
|
| /dflybsd-src/gnu/usr.bin/binutils227/block2/libgold/ |
| H A D | yyscript.h | 144 OPTION = 353, enumerator 250 #define OPTION 353 macro
|
| /dflybsd-src/contrib/binutils-2.27/gas/ |
| H A D | README | 78 [--with-OPTION] 79 [--enable-OPTION] 110 `--enable-OPTION'
|
| /dflybsd-src/sys/bus/u4b/ |
| H A D | usbdevs | 500 vendor OPTION 0x0af0 Option N.V. 3357 product OPTION VODAFONEMC3G 0x5000 Vodafone Mobile Connect 3G datacard 3358 product OPTION GT3G 0x6000 GlobeTrotter 3G datacard 3359 product OPTION GT3GQUAD 0x6300 GlobeTrotter 3G QUAD datacard 3360 product OPTION GT3GPLUS 0x6600 GlobeTrotter 3G+ datacard 3361 product OPTION GTICON322 0xd033 GlobeTrotter Icon322 storage 3362 product OPTION GTMAX36 0x6701 GlobeTrotter Max 3.6 Modem 3363 product OPTION GTMAX72 0x6711 GlobeTrotter Max 7.2 HSDPA 3364 product OPTION GTHSDPA 0x6971 GlobeTrotter HSDPA 3365 product OPTION GTMAXHSUPA 0x7001 GlobeTrotter HSUPA [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libcpp/ |
| H A D | internal.h | 63 #define CPP_OPTION(PFILE, OPTION) ((PFILE)->opts.OPTION) argument
|
| /dflybsd-src/ |
| H A D | UPDATING | 20 ACPI_NO_SEMAPHORES OPTION REMOVED 100 FFS_ROOT OPTION REMOVED 180 FFS_ROOT OPTION DISABLED 222 COMPAT_43 KERNEL OPTION REMOVED 588 COMPAT_SUNOS OPTION REMOVED 613 SMP OPTION REMOVED 620 DEVICE_POLLING OPTION REPLACED BY IFPOLL_ENABLE OPTION, KTR_POLLING REMOVED 641 COMPAT_OLDISA OPTION GONE 651 APIC_IO OPTION REMOVED
|
| /dflybsd-src/contrib/flex/src/ |
| H A D | scan.l | 128 %x OPTION LINEDIR CODEBLOCK_MATCH_BRACE 199 ^"%option" BEGIN(OPTION); return TOK_OPTION;
|
| /dflybsd-src/contrib/gcc-8.0/libcpp/ |
| H A D | internal.h | 64 #define CPP_OPTION(PFILE, OPTION) ((PFILE)->opts.OPTION) argument
|