Home | History | Annotate | Download | only in cpp

Lines Matching refs:loop

829         # ...otherwise throw away the child directory and loop
5165 # The effects of -shared are defined in a previous loop.
5175 # The effects of -static are defined in a previous loop.
5410 done # argument parsing loop
6500 # that some nasty dependency loop isn't accidentally
6801 loop=$revision
6802 while test "$loop" -ne 0; do
6803 func_arith $revision - $loop
6805 func_arith $loop - 1
6806 loop=$func_arith_result
6828 loop=$age
6829 while test "$loop" -ne 0; do
6830 func_arith $current - $loop
6832 func_arith $loop - 1
6833 loop=$func_arith_result
7167 # endless loop below, in case of cyclic links.
7168 # We might still enter an endless loop, since a link
7169 # loop can be closed while we follow links,
7687 # Loop over the list of objects to be linked.
7747 # Loop through the commands generated above and execute them.