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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c357 struct hol_entry
420 /* An array of hol_entry's. */
421 struct hol_entry *entries;
443 struct hol_entry *entry;
468 hol->entries = malloc (sizeof (struct hol_entry) * hol->num_entries);
473 assert (hol->num_entries <= SIZE_MAX / sizeof (struct hol_entry));
557 hol_entry_short_iterate (const struct hol_entry *entry,
583 hol_entry_long_iterate (const struct hol_entry *entry,
616 hol_entry_first_short (const struct hol_entry *entry)
624 hol_entry_first_long (const struct hol_entry *entr
352 struct hol_entry struct
[all...]

Completed in 23 milliseconds