Lines Matching refs:loop
328 # ...otherwise throw away the child directory and loop
4664 # The effects of -shared are defined in a previous loop.
4674 # The effects of -static are defined in a previous loop.
4909 done # argument parsing loop
5995 # that some nasty dependency loop isn't accidentally
6293 loop=$revision
6294 while test "$loop" -ne 0; do
6295 func_arith $revision - $loop
6297 func_arith $loop - 1
6298 loop=$func_arith_result
6321 loop=$age
6322 while test "$loop" -ne 0; do
6323 func_arith $current - $loop
6325 func_arith $loop - 1
6326 loop=$func_arith_result
6663 # endless loop below, in case of cyclic links.
6664 # We might still enter an endless loop, since a link
6665 # loop can be closed while we follow links,