Lines Matching refs:variables
5 # TODO: Describe naming conventions for the loop variables.
16 # values depending on other variables. In simple cases, the same effect can
27 # The .for loop also works for multiple iteration variables.
51 # In the body of the .for loop, the iteration variables can be accessed
52 # like normal variables, even though they are not really variables.
59 # iteration variables and the normal global variables live in separate
61 # variables is restricted to the current makefile, it does not reach over to
88 # Before for.c 1.39 from 2008-12-21, the values of the iteration variables
192 # Regular global variables and the "variables" from the .for loop don't
206 # An empty list of variables to the left of the 'in' is a parse error.
207 # expect+1: Missing iteration variables in .for loop
292 # (which has higher precedence than global variables) and a .for loop iterates