Lines Matching refs:next
54 struct list_pid *next;
60 struct list* next;
95 newnode->next = NULL;
98 newnode->next = (*l);
134 if (!prev) *pids = head->next;
135 else prev->next = head->next;
140 head = head->next;
157 if (!prev) h[hash].head = head->next;
158 else prev->next = head->next;
164 head = head->next;
327 for (head = h[hash].head; head; head = head->next)
340 for (head = h[hash].head; head; head = head->next) {
349 newnode->next = h[hash].head;
398 xclose(newfd); //close and reopen for next client.