Home | History | Annotate | Download | only in newrole

Lines Matching defs:last

87 	hashtab_ptr_t cur, last;
93 last = NULL;
96 last = cur;
103 if (last == NULL)
106 last->next = cur->next;
233 hashtab_ptr_t last, cur, temp;
239 last = NULL;
244 if (last) {
245 last->next = cur->next;
257 last = cur;