Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:next

51     last_pattern_var->next = p;
55 p->next = 0;
72 for (p = start ? start->next : pattern_vars; p != 0; p = p->next)
353 setlist != 0; setlist = setlist->next)
467 etc. we can just use its variables as the "next" for ours. */
472 l->next = file->double_colon->variables;
477 l->next = &global_setlist;
481 l->next = file->parent->variables;
540 file->pat_variables->next = l->next;
541 l->next = file->pat_variables;
562 setlist->next = current_variable_set_list;
594 if (current_variable_set_list->next == &global_setlist)
602 current_variable_set_list->next = global_setlist.next;
603 global_setlist.next = current_variable_set_list;
616 assert(current_variable_set_list->next != NULL);
623 current_variable_set_list = setlist->next;
630 setlist = global_setlist.next;
633 global_setlist.next = setlist->next;
689 setlist1 = setlist1->next;
694 to = to->next;
702 last0->next = setlist1;
884 for (s = set_list; s != 0; s = s->next)
1473 for (p = pattern_vars; p != 0; p = p->next)