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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-osf.c524 struct so_list *head = NULL, *tail, *newtail, so; local
546 newtail = xmalloc (sizeof *newtail);
548 head = newtail;
550 tail->next = newtail;
551 tail = newtail;

Completed in 40 milliseconds