Searched refs:variables (Results 101 - 125 of 153) sorted by relevance

1234567

/freebsd-13-stable/contrib/bmake/
H A Dmain.c502 Lst_Append(&opts.variables, bmake_strdup(argvalue));
917 for (ln = opts.variables.first; ln != NULL; ln = ln->next) {
1161 Lst_Init(&opts.variables);
1361 * Initialize variables such as MAKE, MACHINE, .MAKEFLAGS.
1444 * Initialize various variables.
1458 /* Set some other useful variables. */
1632 * If the -v or -V options are given, print variables instead.
1639 /* print the values of any variables requested by the user */
1652 Lst_DoneCall(&opts.variables, free);
H A Dmake.h157 * that stores other values in Boolean variables.
296 * the parents' local variables (.IMPSRC, .ALLSRC). */
449 * The "local" variables that are specific to this target and this
453 * SCOPE_CMDLINE, SCOPE_INTERNAL, which contain variables with
492 /* Names of the variables that are "local" to a specific target. */
564 #define MAKE_EXPORTED ".MAKE.EXPORTED" /* exported variables */
651 /* -e: check environment variables before global variables */
690 /* -[Vv]: print expanded or unexpanded selected variables */
692 /* -[Vv]: the variables t
693 StringList variables; member in struct:CmdOpts
[all...]
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_internal.h269 struct ucl_variable *variables; member in struct:ucl_parser
H A Ducl_parser.c322 LL_FOREACH (parser->variables, var) {
452 LL_FOREACH (parser->variables, var) {
497 * Expand variables in string
565 * @param need_expand need to expand variables (and copy as well)
580 (need_expand && parser->variables != NULL) ||
2805 LL_FOREACH (parser->variables, cur) {
2816 DL_DELETE (parser->variables, new);
2838 DL_APPEND (parser->variables, new);
H A Ducl_util.c638 LL_FOREACH_SAFE (parser->variables, var, vtmp) {
1162 DL_FOREACH_SAFE (parser->variables, cur_var, tmp_var) {
1165 DL_DELETE (parser->variables, cur_var);
1169 DL_DELETE (parser->variables, cur_var);
1364 DL_FOREACH_SAFE (parser->variables, cur_var, tmp_var) {
1366 DL_DELETE (parser->variables, cur_var);
1371 DL_DELETE (parser->variables, cur_var);
1378 DL_APPEND (parser->variables, old_filename);
1381 DL_APPEND (parser->variables, old_curdir);
1979 /* Define variables */
[all...]
/freebsd-13-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.S276 #---- local variables #<-- rsp
322 # * the Wcopy variables are infrequently accessed, but they have long
/freebsd-13-stable/share/mk/
H A Dbsd.prog.mk18 # XXX: shouldn't we ensure that !asserts marks potentially unused variables as
65 # Initialize stack variables on function entry
H A Dbsd.lib.mk22 # Set up the variables controlling shared libraries. After this section,
50 # XXX: shouldn't we ensure that !asserts marks potentially unused variables as
90 # Initialize stack variables on function entry
H A Dbsd.man.mk7 # +++ variables +++
H A Dbsd.obj.mk6 # +++ variables +++
H A Dbsd.subdir.mk13 # +++ variables +++
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp291 // variables since the object file and symbol files might need to make
399 // Parse the variables for this function and all its blocks
615 size_t max_matches, VariableList &variables) {
617 symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, variables);
621 size_t max_matches, VariableList &variables) {
624 symbols->FindGlobalVariables(regex, max_matches, variables);
613 FindGlobalVariables(ConstString name, const CompilerDeclContext &parent_decl_ctx, size_t max_matches, VariableList &variables) argument
620 FindGlobalVariables(const RegularExpression &regex, size_t max_matches, VariableList &variables) argument
/freebsd-13-stable/contrib/sqlite3/
H A Ddepcomp40 Environment variables:
60 # global variables '$dir'. Note that this directory component will
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_report_test.sh232 Environment variables:
/freebsd-13-stable/contrib/libevent/
H A Ddepcomp40 Environment variables:
60 # global variables '$dir'. Note that this directory component will
/freebsd-13-stable/contrib/file/
H A Ddepcomp40 Environment variables:
60 # global variables '$dir'. Note that this directory component will
/freebsd-13-stable/contrib/openpam/
H A Ddepcomp40 Environment variables:
60 # global variables '$dir'. Note that this directory component will
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Ddepcomp40 Environment variables:
60 # global variables '$dir'. Note that this directory component will
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk7 # Most make variables should not be defined in this file. Instead, they
95 # The ports tree needs some environment variables defined to match the new kernel
H A Dkmod.mk8 # +++ variables +++
132 # Disallow common variables, and if we end up with commons from
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps.mk76 # TARGET_SPEC and set the relevant variables accordingly.
79 # variables to be considered optional, and some of the treatment
87 # # other variables might be optional.
110 # The following variables can influence the initial DIRDEPS
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-func-empty.mk44 # The :U modifier modifies expressions based on undefined variables
H A Descape.mk45 # Some variables to be expanded in tests
H A Dvarmod-edge.mk57 # when the :M modifier is parsed since Makefile variables only take the
/freebsd-13-stable/contrib/openbsm/config/
H A Ddepcomp40 Environment variables:
60 # global variables '$dir'. Note that this directory component will

Completed in 229 milliseconds

1234567