Searched refs:first_in_list (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dlist.h31 to the current member of the list (used by the first_in_list and
133 void *first_in_list (
H A Dlist.c31 to the current member of the list (used by the first_in_list and
276 void * first_in_list(list_ptr lp) function
278 void * first_in_list(lp)
294 first_in_list must have been called prior.
H A DmultiVis.c144 extern void * first_in_list();
434 for (reg = (image_region_type *) first_in_list( regions); reg;
536 for (reg = (image_region_type *) first_in_list( vis_regions); reg;
804 for (base_src = (image_win_type *) first_in_list( &image_wins); base_src;
832 for (src = (image_win_type *) first_in_list( srcs_left); src;
946 for (ir = (image_region_type *) first_in_list( image_regions); ir;

Completed in 34 milliseconds