Lines Matching full:assignment
3 # Tests for the := variable assignment operator, which expands its
14 # If the right-hand side does not contain a dollar sign, the ':=' assignment
15 # operator has the same effect as the '=' assignment operator.
21 # When a ':=' assignment is performed, its right-hand side is evaluated and
86 # XXX: Even though this is a ':=' assignment, the '${UNDEF}' in the part of
138 # assignment. The undefined variables are kept as-is and are later expanded
141 # Contrary to the assignment operator '=', the assignment operator ':='
152 # Just for comparison, the previous example using the assignment operator '='
153 # instead of ':='. The right-hand side of the assignment is not evaluated at
154 # the time of assignment but only later, when ${VAR} appears in the condition.
168 # if the variable name in a ':=' assignment referred to an undefined variable,
178 # of a variable assignment.
194 # in the ':=' assignment since the variable 'LATER' is not yet defined.
195 # After the assignment to 'LATER', evaluating the variable 'INDIRECT'
228 # The assignment operator ':=' for the variable 'INDIRECT' could be a '=' as
230 # assignment operator ':=' for the variable 'indirect'. During this
231 # assignment, the variable modifier ':S,value,replaced,' is converted to
239 # trivial. When the assignment to 'indirect' takes place, the expressions