Lines Matching refs:hol_cluster

355 struct hol_cluster;		/* fwd decl */
378 struct hol_cluster *cluster;
385 struct hol_cluster struct
401 struct hol_cluster *parent; argument
411 struct hol_cluster *next; argument
428 struct hol_cluster *clusters;
434 make_hol (const struct argp *argp, struct hol_cluster *cluster) in make_hol()
507 static struct hol_cluster *
509 struct hol_cluster *parent, const struct argp *argp) in hol_add_cluster()
511 struct hol_cluster *cl = malloc (sizeof (struct hol_cluster)); in hol_add_cluster()
532 struct hol_cluster *cl = hol->clusters; in hol_free()
536 struct hol_cluster *next = cl->next; in hol_free()
686 hol_sibling_cluster_cmp (const struct hol_cluster *cl1, in hol_sibling_cluster_cmp()
687 const struct hol_cluster *cl2) in hol_sibling_cluster_cmp()
701 hol_cousin_cluster_cmp (const struct hol_cluster *cl1, in hol_cousin_cluster_cmp()
702 const struct hol_cluster *cl2) in hol_cousin_cluster_cmp()
726 hol_cluster_cmp (const struct hol_cluster *cl1, const struct hol_cluster *cl2) in hol_cluster_cmp()
759 static struct hol_cluster *
760 hol_cluster_base (struct hol_cluster *cl) in hol_cluster_base()
923 struct hol_cluster **cl_end = &hol->clusters; in hol_append()
1016 argp_hol (const struct argp *argp, struct hol_cluster *cluster) in argp_hol()
1023 struct hol_cluster *child_cluster = in argp_hol()
1163 hol_cluster_is_child (const struct hol_cluster *cl1, in hol_cluster_is_child()
1164 const struct hol_cluster *cl2) in hol_cluster_is_child()
1181 const struct hol_cluster *cl = pest->entry->cluster; in comma()