Lines Matching refs:loop
531 # ...otherwise throw away the child directory and loop
5782 # The effects of -shared are defined in a previous loop.
5792 # The effects of -static are defined in a previous loop.
6032 done # argument parsing loop
7188 # that some nasty dependency loop isn't accidentally
7487 loop=$revision
7488 while test "$loop" -ne 0; do
7489 func_arith $revision - $loop
7491 func_arith $loop - 1
7492 loop=$func_arith_result
7514 loop=$age
7515 while test "$loop" -ne 0; do
7516 func_arith $current - $loop
7518 func_arith $loop - 1
7519 loop=$func_arith_result
7866 # endless loop below, in case of cyclic links.
7867 # We might still enter an endless loop, since a link
7868 # loop can be closed while we follow links,