Home | History | Annotate | Download | only in m_gdbserver

Lines Matching refs:next

44    new_inferior->next = NULL;
46 list->tail->next = new_inferior;
55 struct inferior_list_entry *cur = list->head, *next;
58 next = cur->next;
60 cur = next;
79 list->head = entry->next;
86 while (*cur && (*cur)->next != entry)
87 cur = &(*cur)->next;
92 (*cur)->next = entry->next;
125 inf = inf->next;
144 inf = inf->next;
189 inf = inf->next;
203 inf = inf->next;