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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c412 /* Clusters in a given hol are kept in a linked list, to make freeing them
418 struct hol
422 /* The number of entries in this hol. If this field is zero, the others
430 /* Clusters of entries in this hol. */
435 /* Create a struct hol from the options in ARGP. CLUSTER is the
437 static struct hol *
445 struct hol *hol = malloc (sizeof (struct hol));
447 assert (hol);
413 struct hol struct
439 struct hol *hol = malloc (sizeof (struct hol)); local
505 hol_add_cluster(struct hol *hol, int group, const char *header, int index, struct hol_cluster *parent, const struct argp *argp) argument
527 hol_free(struct hol *hol) argument
627 hol_find_entry(struct hol *hol, const char *name) argument
652 hol_set_group(struct hol *hol, const char *name, int group) argument
829 hol_sort(struct hol *hol) argument
845 hol_append(struct hol *hol, struct hol *more) argument
1232 hol_help(struct hol *hol, const struct argp_state *state, argp_fmtstream_t stream) argument
1341 hol_usage(struct hol *hol, argp_fmtstream_t stream) argument
1384 struct hol *hol = make_hol (argp, cluster); local
1587 struct hol *hol = 0; local
[all...]

Completed in 22 milliseconds