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

/xsrc/external/mit/xwd/dist/
H A Dlist.c107 list_ptr new_listp; local in function:dup_list_head
109 if ((new_listp = malloc(sizeof(list_item))) == NULL) {
113 new_listp->next = start_at_curr ? lp->ptr.curr : lp->next;
114 new_listp->ptr.curr = lp->ptr.curr;
116 return new_listp;

Completed in 3 milliseconds