Home | History | Annotate | Download | only in src

Lines Matching refs:last_added

1323   struct armem *last_added = after_memberelem;
1327 if (last_added == NULL)
1330 last_added = all = found[cnt];
1334 found[cnt]->next = last_added->next;
1335 last_added = last_added->next = found[cnt];