Lines Matching refs:loop
16 # A slash is not whitespace, therefore this is not parsed as a .for loop.
20 # because ForEval does not detect the .for loop as such, so parsing
36 # The '$$' was not replaced with the values '1' or '3' from the .for loop,
40 # error everywhere outside a .for loop.
43 # expect+1: Invalid character "$" in .for loop variable name
48 # If there are no variables, there is no point in expanding the .for loop
49 # since this would end up in an endless loop, consuming 0 of the 3 values in
51 # expect+1: Missing iteration variables in .for loop
61 # among the variables, therefore the loop is not expanded at all, it is
72 . info Would be reached if there were items to loop over.
76 # A missing 'in' parses the .for loop but skips the body.
77 # expect+1: Missing "in" in .for loop
83 # An error in the items skips the body of the loop.