Searched refs:list_ptr (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dlist.h85 } list, list_item, *list_ptr; typedef in typeref:struct:_list_item
95 list_ptr
100 list_ptr , void *
103 list_ptr new_list (
108 list_ptr dup_list_head (
110 list_ptr , int32_t
115 list_ptr
120 list_ptr , void *
125 list_ptr , int32_t
130 list_ptr , DESTRUCT_FUNC_PT
[all...]
H A Dlist.c77 void zero_list(list_ptr lp)
80 list_ptr lp;
96 int32_t add_to_list(list_ptr lp, void *item)
99 list_ptr lp;
106 if ((lp->next = (list_ptr) malloc( sizeof( list_item))) == NULL) {
121 list_ptr new_list ()
123 list_ptr lp;
125 if (lp = (list_ptr) malloc( sizeof( list_item))) {
144 list_ptr dup_list_head(list_ptr l
[all...]
H A DmultiVis.h72 OverlayInfo **, int32_t *, XVisualInfo ***, list_ptr *,
73 list_ptr *, int32_t *
81 OverlayInfo *, int32_t, XVisualInfo **, list_ptr,
82 list_ptr, int32_t, int32_t
H A DmultiVis.c142 extern list_ptr new_list();
143 extern list_ptr dup_list_head();
163 int32_t , XRectangle, list_ptr
167 static list_ptr make_region_list(
176 list_ptr
192 image_win_type *, list_ptr
197 list_ptr, Window, int32_t, int32_t ,
248 list_ptr *vis_regions; /* list of regions to read from */
249 list_ptr *vis_image_regions ;
395 list_ptr region
[all...]
H A Dawt_Robot.c104 list_ptr vis_regions; /* list of regions to read from */
105 list_ptr vis_image_regions ;

Completed in 47 milliseconds