Home | History | Annotate | Download | only in src

Lines Matching refs:next

56 		cur = cur->next;
74 newnode->next = prev->next;
75 prev->next = newnode;
77 newnode->next = s->htable[hvalue];
100 cur = cur->next;
107 s->htable[hvalue] = cur->next;
109 last->next = cur->next;
129 cur = cur->next;
137 cur = cur->next;
162 cur = cur->next;
186 last->next = cur->next;
188 s->htable[i] = cur->next;
192 cur = cur->next;
198 cur = cur->next;
218 cur = cur->next;
274 cur = cur->next;
299 cur = cur->next;