Searched refs:entry1 (Results 1 – 1 of 1) sorted by relevance
797 hol_entry_cmp (const struct hol_entry *entry1, in hol_entry_cmp() argument803 int group1 = (entry1->cluster in hol_entry_cmp()804 ? hol_cluster_base (entry1->cluster)->group in hol_entry_cmp()805 : entry1->group); in hol_entry_cmp()816 cmp = (entry1->cluster != NULL) - (entry2->cluster != NULL); in hol_entry_cmp()821 if (entry1->cluster != NULL) in hol_entry_cmp()823 cmp = hol_cluster_cmp (entry1->cluster, entry2->cluster); in hol_entry_cmp()830 cmp = group_cmp (entry1->group, entry2->group); in hol_entry_cmp()838 const char *long1 = hol_entry_first_long (entry1); in hol_entry_cmp()841 (odoc (entry1->opt) ? long1 != NULL && canon_doc_option (&long1) : 0); in hol_entry_cmp()[all …]
Completed in 7 milliseconds