Lines Matching defs:last
35 bfd *last, *next;
51 for (count = 0, last = bfd_openr_next_archived_file (archive, NULL);
52 last;
53 last = next)
55 next = bfd_openr_next_archived_file (archive, last);
56 if (next == last)
58 bfd_close (last);
62 for (last = bfd_openr_next_archived_file (archive, NULL);
63 last;
64 last = next)
66 next = bfd_openr_next_archived_file (archive, last);
67 if (next == last)
69 bfd_close (last);