Home | History | Annotate | Download | only in src

Lines Matching full:next

79 		cur = cur->next;
92 newnode->next = prev->next;
93 prev->next = newnode;
95 newnode->next = h->htable[hvalue];
118 cur = cur->next;
125 h->htable[hvalue] = cur->next;
127 last->next = cur->next;
151 cur = cur->next;
167 newnode->next = prev->next;
168 prev->next = newnode;
170 newnode->next = h->htable[hvalue];
190 cur = cur->next;
210 cur = cur->next;
238 cur = cur->next;
266 last->next = cur->next;
268 h->htable[i] = cur->next;
272 cur = cur->next;
279 cur = cur->next;
302 cur = cur->next;