Home | History | Annotate | Download | only in src

Lines Matching full:last

90 	sidtab_node_t *cur, *last;
96 last = NULL;
99 last = cur;
106 if (last == NULL)
109 last->next = cur->next;
174 sidtab_node_t *last, *cur, *temp;
180 last = NULL;
185 if (last) {
186 last->next = cur->next;
197 last = cur;