Home
last modified time | relevance | path

Searched refs:variables (Results 1 – 25 of 205) sorted by relevance

123456789

/dflybsd-src/contrib/tcsh-6/
H A Dtw.color.c59 static Variable variables[] = { variable
90 #define nvariables (sizeof(variables)/sizeof(variables[0]))
227 variables[i].color = variables[i].defaultcolor; in init()
310 makecolor(&c, fg, bg, &variables[map[i]].color); in parseLSCOLORS()
381 if ((Char)variables[i].variable[0] == (v[0] & CHAR) && in parseLS_COLORS()
382 (Char)variables[i].variable[1] == (v[1] & CHAR)) in parseLS_COLORS()
386 getstring(&c, &v, &variables[i].color, ':'); in parseLS_COLORS()
389 variables[VSym].color.s, "target") == 0; in parseLS_COLORS()
433 Str *colorp = &variables[VFile].color; in print_color()
438 colorp = &variables[VDir].color; in print_color()
[all …]
/dflybsd-src/contrib/file/magic/Magdir/
H A Darm12 # display name+variables+flags for common object formatted files
21 # display name+variables+flags for common object formatted files
30 # display name+variables+flags for common object formatted files
39 # display name+variables+flags for common object formatted files
H A Dhitachi-sh18 # use big endian variant of subroutine to display name+variables+flags
27 # display name+variables+flags for common object formatted files
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dinterface.texi28 values. (GCC typically allocates variables of such types in
65 @cindex @code{longjmp} and automatic variables
66 If you use @code{longjmp}, beware of automatic variables. ISO C says that
67 automatic variables that are not declared @code{volatile} have undefined
69 because it is very difficult to restore register variables correctly, and
70 one of GCC's features is that it can put variables in registers without
H A Dcppenv.texi7 @c Environment variables affecting the preprocessor
31 The remaining environment variables apply only when preprocessing the
36 In all these variables, an empty element instructs the compiler to
H A Dpasses.texi176 TODO: describe the global variables set up by the pass manager,
193 throw, remove lexical bindings that contain no variables, and other
209 declarations of static variables whose lifetimes extend to the entire
219 expressions for local variables that have been mapped using data
262 @item Find all referenced variables
265 variables referenced in the function, @code{referenced_vars}. The
274 this pass, all @code{is_gimple_reg} variables will be referenced by
275 @code{SSA_NAME}, and all occurrences of other variables will be
280 @item Warn for uninitialized variables
283 are fed by default definition. For non-parameter variables, such
[all …]
H A Dlto.texi167 This table replaces the ELF symbol table for functions and variables
189 variables and top-level debug info.
203 well as the variables, aliases and top-level @code{asm} statements.
213 variables. It is emitted by @file{lto-cgraph.c}:@code{output_refs}
253 and a @emph{varpool} (a list of static and external variables in
455 information does not work well across functions and variables
458 are variables are @emph{externally visible}.
465 variables, because the compiler cannot be sure that the function
480 with LTO). Since some functions and variables need to
488 sections. COMDAT function and variables can be defined by
[all …]
/dflybsd-src/usr.bin/mail/
H A Dvars.c57 vp->v_link = variables[h]; in assign()
58 variables[h] = vp; in assign()
122 for (vp = variables[hash(name)]; vp != NULL; vp = vp->v_link) in lookup()
H A Dcmd3.c357 for (vp = variables[h]; vp != NULL; vp = vp->v_link) in set()
361 for (vp = variables[h]; vp != NULL; vp = vp->v_link) in set()
412 if (vp2 == variables[h]) { in unset()
413 variables[h] = variables[h]->v_link; in unset()
419 for (vp = variables[h]; vp->v_link != vp2; vp = vp->v_link) in unset()
/dflybsd-src/stand/boot/common/
H A Dhelp.common56 environment (kenv) variables or is a kernel tunable, the value is also
59 Local variables are unset if <value> is empty. Kernel environment
60 variables will have empty value.
62 Two kinds of variables are maintained by loader(8) (this program):
63 local variables, that is for loader(8) use only, and kernel
64 environment variables, that kernel will have access to when it starts.
69 text and kernel environment variables, like `$VAR' or `${VAR}'. E.g.:
147 Kernel environment variables are substituted by prefixing them with
259 The set command is used to set kernel environment variables.
262 kernel environment variables.
[all …]
/dflybsd-src/share/mk/
H A Dbsd.README20 bsd.cpu.gcc47.mk - handle GCC 4.7 specific CPU flags & variables
21 bsd.cpu.gcc80.mk - handle GCC 8.0 specific CPU flags & variables
22 bsd.cpu.mk - handle CPU flags & variables
37 bsd.own.mk - define common variables
50 If appropriate when documenting the variables the default value is
69 this is because .mk files often modify variables and behavior based on the
70 values of variables set in the Makefile. To make this work, remember that
128 It sets/uses the following variables:
159 It sets/uses the following variables:
212 It sets/uses the following variables:
[all …]
/dflybsd-src/contrib/lvm2/dist/udev/
H A D10-dm.rules.in10 # the actual DM names. Some udev environment variables are set
27 # Decode udev control flags and set environment variables appropriately.
34 # the rules if set. However, we need to set DM_* environment variables
65 # rules were installed. It means that all needed variables are set
H A D12-dm-permissions.rules13 # There are some environment variables set that can be used:
74 # ...you can use any combination of the comparisons with the environment variables
/dflybsd-src/contrib/bmake/
H A Dbmake.cat1125 V Force the -V option to print raw values of variables,
135 -e Let environment variables override global variables within make-
222 instances of this option may be specified; the variables are
232 variables, as well as values taken temporarily by global vari-
238 Like -V, but all printed variables are always expanded to their
240 all variables are expanded or not.
247 -X Don't export variables passed on the command line to the environ-
369 The five operators that assign values to variables are:
383 NOTE: References to undefined variables are not expanded. This
390 Expansion of variables
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcp-gimplify.c744 splay_tree variables; member
772 splay_tree_node n = splay_tree_lookup (omp_ctx->variables, in omp_cxx_notice_variable()
785 n = splay_tree_lookup (octx->variables, (splay_tree_key) decl); in omp_cxx_notice_variable()
814 splay_tree_insert (omp_ctx->variables, (splay_tree_key) decl, flags); in omp_cxx_notice_variable()
1003 = splay_tree_lookup (wtd->omp_ctx->variables, in cp_genericize_r()
1006 splay_tree_insert (wtd->omp_ctx->variables, in cp_genericize_r()
1070 omp_ctx.variables = splay_tree_new (splay_tree_compare_decl_uid, 0, 0); in cp_genericize_r()
1082 n = splay_tree_lookup (omp_ctx.variables, (splay_tree_key) decl); in cp_genericize_r()
1085 splay_tree_insert (omp_ctx.variables, (splay_tree_key) decl, in cp_genericize_r()
1101 splay_tree_delete (omp_ctx.variables); in cp_genericize_r()
/dflybsd-src/usr.bin/tip/
H A DREADME19 user defined variables. These are statically initialized
22 Note that adding or deleting variables requires tip to be completedly
/dflybsd-src/contrib/cryptsetup/po/
H A DMakevars1 # Makefile variables for PO directory in any package using GNU gettext.
6 # These two variables depend on the location of this directory.
/dflybsd-src/contrib/bmake/mk/
H A DREADME29 this is because .mk files often modify variables and behavior based on the
30 values of variables set in the Makefile. To make this work, remember that
84 It sets/uses the following variables:
117 is included. These files may define any of the variables described below.
119 bsd.own.mk sets the following variables, if they are not already defined
183 Additionally, the following variables may be set by bsd.own.mk or in a
247 It sets/uses the following variables:
372 It sets/uses the following variables:
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimplify.c182 splay_tree variables; member
408 c->variables = splay_tree_new (splay_tree_compare_decl_uid, 0, 0); in new_omp_context()
425 splay_tree_delete (c->variables); in delete_omp_context()
1236 asan_poison_variables (hash_set<tree> *variables, bool poison, gimple_seq *seq_p) in asan_poison_variables() argument
1238 unsigned c = variables->elements (); in asan_poison_variables()
1244 for (hash_set<tree>::iterator it = variables->begin (); in asan_poison_variables()
1245 it != variables->end (); ++it) in asan_poison_variables()
1294 || splay_tree_lookup (ctx->variables, in gimplify_bind_expr()
6704 n = splay_tree_lookup (ctx->variables, (splay_tree_key)decl); in omp_firstprivatize_variable()
6808 n = splay_tree_lookup (ctx->variables, (splay_tree_key)decl); in omp_add_variable()
[all …]
/dflybsd-src/contrib/cryptsetup/
H A DINSTALL13 various system-dependent variables used during compilation. It uses
72 for details on some of the pertinent environment variables.
75 by setting variables in the command line or in the environment. Here
172 default values for variables like `CC', `cache_file', and `prefix'.
184 variables may be lost. In order to avoid this problem, you should set
/dflybsd-src/contrib/gcc-8.0/gcc/fortran/
H A Dlang.opt386 Do not treat local variables and COMMON blocks as if they were named in SAVE statements.
569 -finit-character=<n> Initialize local character variables to ASCII value n.
573 Initialize components of derived type variables according to other init flags.
577 -finit-integer=<n> Initialize local integer variables to n.
581 Initialize local variables to zero (from g77).
585 -finit-logical=<true|false> Initialize local logical variables.
589 -finit-real=<zero|snan|nan|inf|-inf> Initialize local real variables.
707 Allocate local variables on the stack to allow indirect recursion.
/dflybsd-src/contrib/binutils-2.27/ld/emultempl/
H A DREADME2 setting some variables to substitute in, to produce
/dflybsd-src/contrib/lvm2/dist/
H A Dmake.tmpl.in39 # Setup directory variables
59 # setup misc variables
60 # define the ownership variables for the binaries and man pages
H A Dmake.tmpl39 # Setup directory variables
59 # setup misc variables
60 # define the ownership variables for the binaries and man pages
/dflybsd-src/contrib/binutils-2.27/ld/scripttempl/
H A DREADME2 genscripts.sh sets some shell variables, then sources

123456789