HomeSort by: relevance | last modified time | path
    Searched refs:assignments (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
posix-varassign.mk 5 # Test that variable assignments work in the same way as in default mode.
9 # macros, in addition to the eagerly and lazily evaluated assignments, and
export-variants.mk 6 # The != assignments.
make-exported.mk 5 # behavior for certain variable assignments.
cmdline.mk 41 # Variable assignments in the command line are handled differently from
42 # variable assignments in makefiles. In the command line, trailing whitespace
cmdline-undefined.mk 6 # When the command line is parsed, variable assignments using the
var-op-expand.mk 102 # In variable assignments using the ':=' operator, undefined variables are
117 # In variable assignments using the ':=' operator, '$$' are preserved, no
127 # In variable assignments using the ':=' operator, '$$' are preserved in the
135 # In variable assignments using the ':=' operator, there may be expressions
169 # there were actually 2 assignments to different variables:
directive-export-gmake.mk 26 # Contrary to the usual variable assignments, spaces are significant
34 # Contrary to the usual variable assignments, spaces are significant
varmod-assign.mk 4 # assignments during evaluation, just like the = operator in C.
49 # Tests for nested assignments, which are hard to read and therefore seldom
123 # This differs subtly from normal assignments such as '+=' or '=', which copy
opt-query.mk 62 # time, and any later variable assignments may depend on its result.
opt-debug-file.mk 6 # Enable debug logging for variable assignments and evaluation (-dv)
parse-var.mk 79 # In variable assignments, there may be spaces in the middle of the left-hand
var-op-sunsh.mk 48 # a parse error. This was because the parser for variable assignments
varname-makeflags.mk 140 # assignments are passed at the end, after the options.
varname.mk 32 # On the left-hand side of a variable assignments, the backslash is not parsed
var-scope-local.mk 224 # Assignments using '+=' do *not* look up the global value, instead they only
267 # the ultimate target's context is searched; the variable assignments from the
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-gram.y 66 %type <assignment> assignment assignments
72 start : assignments
78 assignments : assignment assignments label
95 | LITERAL '=' '{' assignments '}'
  /src/external/gpl3/gdb/dist/gdb/
ada-exp.y 98 std::vector<ada_assign_up> assignments;
544 ada_parser->assignments.emplace_back
550 = std::move (ada_parser->assignments.back ());
551 ada_parser->assignments.pop_back ();
662 if (ada_parser->assignments.empty ())
666 = ada_parser->assignments.back ().get ();
  /src/external/gpl3/gdb.old/dist/gdb/
ada-exp.y 98 std::vector<ada_assign_up> assignments;
544 ada_parser->assignments.emplace_back
550 = std::move (ada_parser->assignments.back ());
551 ada_parser->assignments.pop_back ();
662 if (ada_parser->assignments.empty ())
666 = ada_parser->assignments.back ().get ();
  /src/external/gpl3/autoconf/dist/
maint.mk 1427 # put the assignments in this variable.
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 3894 % Assignments have to be global since we are inside the implicit group
4974 % Start a new paragraph if necessary, so our assignments below can't
5111 % of assignments once per index is clearly meaningless for the
10062 @c Do this last of all since we use ` in the previous @catcode assignments.
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 3894 % Assignments have to be global since we are inside the implicit group
4974 % Start a new paragraph if necessary, so our assignments below can't
5111 % of assignments once per index is clearly meaningless for the
10062 @c Do this last of all since we use ` in the previous @catcode assignments.
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 3686 % Assignments have to be global since we are inside the implicit group
4703 % Start a new paragraph if necessary, so our assignments below can't
4833 % of assignments once per index is clearly meaningless for the
9273 @c Do this last of all since we use ` in the previous @catcode assignments.
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 3870 % Assignments have to be global since we are inside the implicit group
4921 % Start a new paragraph if necessary, so our assignments below can't
5058 % of assignments once per index is clearly meaningless for the
9994 @c Do this last of all since we use ` in the previous @catcode assignments.
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 3683 % Assignments have to be global since we are inside the implicit group
4699 % Start a new paragraph if necessary, so our assignments below can't
4829 % of assignments once per index is clearly meaningless for the
9269 @c Do this last of all since we use ` in the previous @catcode assignments.
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 3683 % Assignments have to be global since we are inside the implicit group
4699 % Start a new paragraph if necessary, so our assignments below can't
4829 % of assignments once per index is clearly meaningless for the
9269 @c Do this last of all since we use ` in the previous @catcode assignments.

Completed in 71 milliseconds

1 2