Lines Matching defs:hol
415 struct hol struct
418 struct hol_entry *entries; argument
427 /* Clusters of entries in this hol. */ argument
428 struct hol_cluster *clusters; argument
441 struct hol *hol = malloc (sizeof (struct hol)); in make_hol() local
508 hol_add_cluster (struct hol *hol, int group, const char *header, int index, in hol_add_cluster()
530 hol_free (struct hol *hol) in hol_free()
636 hol_find_entry (struct hol *hol, const char *name) in hol_find_entry()
661 hol_set_group (struct hol *hol, const char *name, int group) in hol_set_group()
908 hol_sort (struct hol *hol) in hol_sort()
921 hol_append (struct hol *hol, struct hol *more) in hol_append()
1019 struct hol *hol = make_hol (argp, cluster); in argp_hol() local
1337 hol_help (struct hol *hol, const struct argp_state *state, in hol_help()
1447 hol_usage (struct hol *hol, argp_fmtstream_t stream) in hol_usage()
1664 struct hol *hol = 0; in _help() local