Home | History | Annotate | Download | only in libevent

Lines Matching refs:loop

1769 	# The effects of -static are defined in a previous loop.
2001 done # argument parsing loop
3053 # that some nasty dependency loop isn't accidentally
3356 loop=$revision
3357 while test "$loop" -ne 0; do
3358 iface=`expr $revision - $loop`
3359 loop=`expr $loop - 1`
3379 loop=$age
3380 while test "$loop" -ne 0; do
3381 iface=`expr $current - $loop`
3382 loop=`expr $loop - 1`
3702 # endless loop below, in case of cyclic links.
3703 # We might still enter an endless loop, since a link
3704 # loop can be closed while we follow links,
4126 # Loop over the list of objects to be linked.
4178 # Loop through the commands generated above and execute them.