Home | History | Annotate | Download | only in src

Lines Matching defs:last

108 	hashtab_ptr_t cur, last;
114 last = NULL;
117 last = cur;
124 if (last == NULL)
127 last->next = cur->next;
254 hashtab_ptr_t last, cur, temp;
260 last = NULL;
265 if (last) {
266 last->next = cur->next;
278 last = cur;