Searched defs:last1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/common/
H A Dlist.c193 list_t *last1 = NULL; local
205 if (last1 == NULL) {
207 *list1p = last1 = list2;
211 last1->l_next = list2;
212 last1 = list2;
218 last1 = list1;
223 last1->l_next = list2;

Completed in 56 milliseconds