Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:loop

1 # $NetBSD: varmod-loop.mk,v 1.26 2024/06/02 15:31:26 rillig Exp $
25 all: mod-loop-dollar
30 # target. Because of this, after the loop has finished, '$@' is
42 mod-loop-dollar:
51 # for the loop variable. These modifiers influence each other.
55 # loop. This is different from the .for loops, which substitute the
59 # loop variable to the value it had before the loop. This would result in
65 # During the loop, the variable is actually defined and nonempty.
66 # If the loop were implemented in the same way as the .for loop, the variable
121 # After looping over the words of the expression, the loop variable gets
123 # which is different from the '.for' loop, which replaces ${var} with
124 # ${:Uvalue} in the body of the loop. This choice of implementation detail
201 # In the loop body text of the ':@' modifier, a literal '$' is written as '$$',
207 all: varmod-loop-literal-dollar
208 varmod-loop-literal-dollar: .PHONY
212 # When parsing the loop body, each '\$', '\@' and '\\' is unescaped to '$',
216 # unescaping '$$' to '$' later when the loop body is expanded after setting the
219 # After the iteration variable has been set, the loop body is expanded with