Searched refs:variables (Results 1 - 25 of 153) sorted by relevance

1234567

/freebsd-13-stable/usr.bin/bmake/tests/variables/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddepsrc.exp1 : 'Undefined variables are expanded directly in the dependency'
3 : 'This is in contrast to local variables such as ${.TARGET}.'
H A Ddepsrc.mk10 # Demonstrate when exactly undefined variables are expanded in a dependency
17 : 'Undefined variables are expanded directly in the dependency'
19 : 'This is in contrast to local variables such as $${.TARGET}.'
21 : 'Undefined variables are tried to be expanded in a dependency'
H A Ddirective-unexport.mk11 # First, export 3 variables.
17 # Show the exported variables and their values.
21 # XXX: Now try to unexport all of them. The variables are still exported
H A Dcond-late.mk6 # Any variables appearing in these
10 # Because of this, variables that are used in these lazy conditions
23 # and then expand the variables, the output would change from the
24 # current "yes no" to "yes yes", since both variables are non-empty.
H A Dopt-debug.mk5 # Enable debug logging for the variables (var.c).
H A Denvfirst.mk3 # The -e option makes environment variables stronger than global variables.
37 # which is independent from the environment variables.
H A Dvarname-make_print_var_on_error.mk4 # values of selected variables on error.
15 # does not expand the node-local variables like .TARGET. This results in the
H A Dcond-func-defined.exp3 make: "cond-func-defined.mk" line 45: In .for loops, variable expressions for the loop variables are
H A Dunexport.mk13 # been replaced with a simple space, and variables are not yet expanded.
H A Ddirective-export-gmake.mk6 # and its child processes. It does not affect the global variables or any
7 # other variables.
19 # This line looks like it would export 2 variables, but it doesn't.
38 # Depending on the shell, environment variables with such exotic names
56 # Undefined variables are allowed on the right-hand side, they expand
H A Ddirective-for-errors.exp9 make: "directive-for-errors.mk" line 43: no iteration variables in for
12 make: "directive-for-errors.mk" line 53: Wrong number of words (5) in .for substitution list with 3 variables
H A Dposix1.exp11 Local variables
16 Directory and filename parts of local variables
51 Local variables
56 Directory and filename parts of local variables
97 Local variables
102 Directory and filename parts of local variables
144 Local variables
149 Directory and filename parts of local variables
H A Dvarname-make_print_var_on_error-jobs.mk4 # values of selected variables on error.
17 # does not expand the node-local variables like .TARGET. This results in the
H A Ddirective-export-impl.mk3 # Test for the implementation of exporting variables to child processes.
4 # This involves marking variables for export, actually exporting them,
36 # variables exported. Since this variable has both of the above-mentioned
39 # evaluated, the referenced variables could have changed, therefore the
/freebsd-13-stable/usr.bin/bmake/tests/
H A DMakefile15 TESTS_SUBDIRS+= variables
/freebsd-13-stable/usr.bin/bmake/tests/variables/modifier_M/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables/modifier_M
/freebsd-13-stable/usr.bin/bmake/tests/variables/t0/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables/t0
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dsel-gram.y63 %type <expr> variable variables
107 variable: '%' '{' variables '}' { $$ = $3; }
110 variables: IDENTIFIER '.' variables { label
/freebsd-13-stable/usr.bin/bmake/tests/variables/opt_V/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables/opt_V
/freebsd-13-stable/contrib/tcsh/
H A Dtw.color.c59 static Variable variables[] = { variable
90 #define nvariables (sizeof(variables)/sizeof(variables[0]))
226 variables[i].color = variables[i].defaultcolor;
309 makecolor(&c, fg, bg, &variables[map[i]].color);
380 if ((Char)variables[i].variable[0] == (v[0] & CHAR) &&
381 (Char)variables[i].variable[1] == (v[1] & CHAR))
385 getstring(&c, &v, &variables[i].color, ':');
429 Str *colorp = &variables[VFil
[all...]
/freebsd-13-stable/usr.bin/mail/
H A Dvars.c64 vp->v_link = variables[h];
65 variables[h] = vp;
129 for (vp = variables[hash(name)]; vp != NULL; vp = vp->v_link)
H A Dglob.h69 extern struct var *variables[HSHSIZE]; /* Pointer to active var list */
/freebsd-13-stable/usr.bin/bmake/tests/variables/modifier_t/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables/modifier_t
/freebsd-13-stable/share/mk/
H A Dbsd.opts.mk18 # need variables defined there prior to the end of the Makefile where
35 # Define MK_* variables (which are either "yes" or "no") for users
39 # The NO_* variables should only be set by makefiles for variables
48 # All other variables used to build /usr/src live in src.opts.mk
49 # and variables from both files are documented in src.conf(5).

Completed in 139 milliseconds

1234567