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