Lines Matching defs:next
62 struct linetable *next;
258 lt->next = NULL;
261 prev = <->next;
301 lt = lt->next;
357 ac->next = NULL;
358 *ppac = &ac->next;
680 fp->next = result->filepath_head;
778 rf2 = rf1->next;
786 rf1->next = rf2->next;
787 rf2->next = rf1;
790 prf = &(*prf)->next;
927 * Compare parent remaining agg vs parent's next siblings' still
928 * intact original agg... if the next sibling has more, abandon
980 ac2 = ac1->next;
986 ac1->next = ac2->next;
987 ac2->next = ac1;
990 pac = &(*pac)->next;