Lines Matching full:iteration
27 # The .for loop also works for multiple iteration variables.
51 # In the body of the .for loop, the iteration variables can be accessed
59 # iteration variables and the normal global variables live in separate
88 # Before for.c 1.39 from 2008-12-21, the values of the iteration variables
186 # If the variable name could be chosen dynamically, the iteration variable
194 # is used both as a global variable, as well as an iteration variable in the
199 .for DIRECT in iteration
200 . if "${DIRECT} ${INDIRECT}" != "iteration global"
207 # expect+1: Missing iteration variables in .for loop
212 # An empty list of iteration values to the right of the 'in' is accepted.
218 # If the iteration values become empty after expanding the expressions, the
237 # If there are no iteration values, the loop body is not processed, and the
307 # Since at least 1993, iteration stops at the first newline.