Searched refs:tags_last (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c87 static struct bsd_tag *tags, *tags_last; variable in typeref:struct:
235 tags_last = newtag;
240 if (tags_last)
241 tags_last->next = newtag;
244 tags_last = newtag;
1150 tags_last = NULL;

Completed in 18 milliseconds