cl1 694 maint/gnulib/lib/argp-help.c hol_sibling_cluster_cmp (const struct hol_cluster *cl1, cl1 698 maint/gnulib/lib/argp-help.c int cmp = group_cmp (cl1->group, cl2->group); cl1 703 maint/gnulib/lib/argp-help.c return cl2->index - cl1->index; cl1 709 maint/gnulib/lib/argp-help.c hol_cousin_cluster_cmp (const struct hol_cluster *cl1, cl1 712 maint/gnulib/lib/argp-help.c if (cl1->parent == cl2->parent) cl1 713 maint/gnulib/lib/argp-help.c return hol_sibling_cluster_cmp (cl1, cl2); cl1 717 maint/gnulib/lib/argp-help.c int cmp = hol_cousin_cluster_cmp (cl1->parent, cl2->parent); cl1 722 maint/gnulib/lib/argp-help.c cmp = group_cmp (cl1->group, cl2->group); cl1 727 maint/gnulib/lib/argp-help.c return cl2->index - cl1->index; cl1 734 maint/gnulib/lib/argp-help.c hol_cluster_cmp (const struct hol_cluster *cl1, const struct hol_cluster *cl2) cl1 739 maint/gnulib/lib/argp-help.c if (cl1->depth > cl2->depth) cl1 742 maint/gnulib/lib/argp-help.c cl1 = cl1->parent; cl1 743 maint/gnulib/lib/argp-help.c while (cl1->depth > cl2->depth); cl1 744 maint/gnulib/lib/argp-help.c int cmp = hol_cousin_cluster_cmp (cl1, cl2); cl1 750 maint/gnulib/lib/argp-help.c else if (cl1->depth < cl2->depth) cl1 754 maint/gnulib/lib/argp-help.c while (cl1->depth < cl2->depth); cl1 755 maint/gnulib/lib/argp-help.c int cmp = hol_cousin_cluster_cmp (cl1, cl2); cl1 762 maint/gnulib/lib/argp-help.c return hol_cousin_cluster_cmp (cl1, cl2); cl1 1177 maint/gnulib/lib/argp-help.c hol_cluster_is_child (const struct hol_cluster *cl1, cl1 1180 maint/gnulib/lib/argp-help.c while (cl1 && cl1 != cl2) cl1 1181 maint/gnulib/lib/argp-help.c cl1 = cl1->parent; cl1 1182 maint/gnulib/lib/argp-help.c return cl1 == cl2;