Lines Matching defs:next
68 hashtab_ptr_t *new_htable, *dst, cur, next;
90 dst = &(*dst)->next;
92 next = cur->next;
94 cur->next = *dst;
97 cur = next;
119 cur = cur->next;
132 newnode->next = prev->next;
133 prev->next = newnode;
135 newnode->next = h->htable[hvalue];
158 cur = cur->next;
165 h->htable[hvalue] = cur->next;
167 last->next = cur->next;
188 cur = cur->next;
208 cur = cur->next;
237 cur = cur->next;
258 cur = cur->next;