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

/illumos-gate/usr/src/tools/stabs/
H A Dstabs.c560 struct mlist **next_pp, *prev_p = NULL; local
582 next_pp = &((*rtdp)->data.members.forw); /* head for forward linklist */
590 *next_pp = mlp; /* links for the forward list */
591 next_pp = &mlp->next;

Completed in 58 milliseconds