Lines Matching refs:next
53 cur = cur->next;
71 newnode->next = prev->next;
72 prev->next = newnode;
74 newnode->next = s->htable[hvalue];
95 cur = cur->next;
103 cur = cur->next;
128 cur = cur->next;
152 last->next = cur->next;
154 s->htable[i] = cur->next;
158 cur = cur->next;
164 cur = cur->next;
184 cur = cur->next;
240 cur = cur->next;
265 cur = cur->next;