lt_dlhandle       111 ltdl/libltdl/lt__private.h   lt_dlhandle		next;
lt_dlhandle       115 ltdl/libltdl/lt__private.h   lt_dlhandle *		deplibs;	/* dependencies */
lt_dlhandle       194 ltdl/loaders/loadlibrary.c     lt_dlhandle cur = 0;
lt_dlhandle       354 ltdl/loaders/preopen.c 		  lt_dlhandle handle = lt_dlopen (symbol->name);
lt_dlhandle       158 ltdl/lt_dlloader.c   lt_dlhandle		handle = 0;
lt_dlhandle       172 ltdl/lt_dlloader.c       lt_dlhandle cur = handle;
lt_dlhandle       112 ltdl/ltdl.c    static	lt_dlhandle *find_handle      (const char *search_path,
lt_dlhandle       151 ltdl/ltdl.c    static	lt_dlhandle	handles	= 0;
lt_dlhandle       259 ltdl/ltdl.c      lt_dlhandle  handle   = handles;
lt_dlhandle       282 ltdl/ltdl.c    	  lt_dlhandle cur = handles;
lt_dlhandle       287 ltdl/ltdl.c    	      lt_dlhandle tmp = cur;
lt_dlhandle       361 ltdl/ltdl.c      lt_dlhandle	handle		= handles;
lt_dlhandle       767 ltdl/ltdl.c      lt_dlhandle  *phandle		= (lt_dlhandle *) data;
lt_dlhandle       785 ltdl/ltdl.c    static lt_dlhandle *
lt_dlhandle       927 ltdl/ltdl.c          lt_dlhandle cur = handle;
lt_dlhandle       930 ltdl/ltdl.c          cur->deplibs = MALLOC (lt_dlhandle, depcount);
lt_dlhandle       969 ltdl/ltdl.c      lt_dlhandle cur = handle;
lt_dlhandle      1145 ltdl/ltdl.c      lt_dlhandle	newhandle;
lt_dlhandle      1161 ltdl/ltdl.c          *phandle = (lt_dlhandle) lt__zalloc (sizeof (struct lt__handle));
lt_dlhandle      1269 ltdl/ltdl.c    	  *phandle = (lt_dlhandle) lt__zalloc (sizeof (struct lt__handle));
lt_dlhandle      1371 ltdl/ltdl.c          *phandle = (lt_dlhandle) lt__zalloc (sizeof (struct lt__handle));
lt_dlhandle      1422 ltdl/ltdl.c          *phandle = (lt_dlhandle) lt__zalloc (sizeof (struct lt__handle));
lt_dlhandle      1588 ltdl/ltdl.c    lt_dlhandle
lt_dlhandle      1599 ltdl/ltdl.c    lt_dlhandle
lt_dlhandle      1602 ltdl/ltdl.c      lt_dlhandle	handle	= 0;
lt_dlhandle      1613 ltdl/ltdl.c    lt_dlhandle
lt_dlhandle      1616 ltdl/ltdl.c      lt_dlhandle	handle	= 0;
lt_dlhandle      1901 ltdl/ltdl.c      lt_dlhandle cur, last;
lt_dlhandle      1970 ltdl/ltdl.c      lt_dlhandle handle;
lt_dlhandle      2276 ltdl/ltdl.c      lt_dlhandle cur = handle;
lt_dlhandle      2322 ltdl/ltdl.c      lt_dlhandle cur = handle;
lt_dlhandle      2354 ltdl/ltdl.c    lt_dlhandle
lt_dlhandle      2357 ltdl/ltdl.c      lt_dlhandle handle = place;
lt_dlhandle      2378 ltdl/ltdl.c    lt_dlhandle
lt_dlhandle      2381 ltdl/ltdl.c      lt_dlhandle handle = 0;
lt_dlhandle      2387 ltdl/ltdl.c          lt_dlhandle cur = handle;
lt_dlhandle      2401 ltdl/ltdl.c      lt_dlhandle cur = handles;
lt_dlhandle        77 ltdl/ltdl.h    LT_SCOPE lt_dlhandle lt_dlopen		(const char *filename);
lt_dlhandle        78 ltdl/ltdl.h    LT_SCOPE lt_dlhandle lt_dlopenext	(const char *filename);
lt_dlhandle        79 ltdl/ltdl.h    LT_SCOPE lt_dlhandle lt_dlopenadvise	(const char *filename,
lt_dlhandle       144 ltdl/ltdl.h    LT_SCOPE lt_dlhandle	lt_dlhandle_iterate (lt_dlinterface_id iface,
lt_dlhandle       146 ltdl/ltdl.h    LT_SCOPE lt_dlhandle	lt_dlhandle_fetch   (lt_dlinterface_id iface,
lt_dlhandle        52 magick/module.c    typedef lt_dlhandle ModuleHandle;