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

/xsrc/external/mit/xwd/dist/
H A Dlist.c97 passed in. If start_at_curr is TRUE, the new list's first item
99 If start_at_curr is FALSE, the first item in the new list is the
105 dup_list_head(list_ptr lp, int start_at_curr) argument
113 new_listp->next = start_at_curr ? lp->ptr.curr : lp->next;

Completed in 3 milliseconds