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

Lines Matching refs:When

111 # When the outer .for loop is expanded, it sees the expression ${i} and
170 # Before 2023-05-09, when variable names could contain '$', the short
230 # A mismatched .if inside a .for loop is detected each time when the loop body
244 # When a .for without the corresponding .endfor occurs in an inactive branch
257 # When a .for without the corresponding .endfor occurs in an active branch of
268 # Before for.c 1.172 from 2023-05-08, when make parsed a .for loop, it
273 # When make scanned the outer .for loop, it did not recognize the inner .for
277 # When make scanned the inner .for loop, it did not recognize the inner
291 # When there is a variable definition 'scope=cmdline' from the command line
294 # value from the .for loop. This is because when the body of the .for loop is
296 # without resolving any other variable names (ForLoop_SubstBody). Later, when