handles           161 libltdl/ltdl.c static	lt_dlhandle	handles	= 0;
handles           234 libltdl/ltdl.c       handles		= 0;
handles           269 libltdl/ltdl.c   lt_dlhandle  handle   = handles;
handles           284 libltdl/ltdl.c       while (handles && LT_DLIS_RESIDENT (handles))
handles           286 libltdl/ltdl.c 	  handles = handles->next;
handles           292 libltdl/ltdl.c 	  lt_dlhandle cur = handles;
handles           314 libltdl/ltdl.c 			  for (tmp = handles; tmp; tmp = tmp->next)
handles           318 libltdl/ltdl.c 			    cur = handles;
handles           371 libltdl/ltdl.c   lt_dlhandle	handle		= handles;
handles          1496 libltdl/ltdl.c       (*phandle)->next	= handles;
handles          1497 libltdl/ltdl.c       handles		= *phandle;
handles          1948 libltdl/ltdl.c   last = cur = handles;
handles          1973 libltdl/ltdl.c       if (cur != handles)
handles          1979 libltdl/ltdl.c 	  handles = cur->next;
handles          2406 libltdl/ltdl.c     handle = handles;
handles          2444 libltdl/ltdl.c   lt_dlhandle cur = handles;