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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dlist.c136 passed in. If start_at_curr is TRUE, the new list's first item
138 If start_at_curr is FALSE, the first item in the new list is the
144 list_ptr dup_list_head(list_ptr lp, int32_t start_at_curr) argument
146 list_ptr dup_list_head(lp, start_at_curr)
148 int32_t start_at_curr;
157 new_list->next = start_at_curr ? lp->ptr.curr : lp->next;

Completed in 98 milliseconds