Home
last modified time | relevance | path

Searched refs:entry2 (Results 1 – 1 of 1) sorted by relevance

/argp/
A Dargp-help.c798 const struct hol_entry *entry2) in hol_entry_cmp() argument
806 int group2 = (entry2->cluster in hol_entry_cmp()
807 ? hol_cluster_base (entry2->cluster)->group in hol_entry_cmp()
808 : entry2->group); in hol_entry_cmp()
816 cmp = (entry1->cluster != NULL) - (entry2->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()
839 const char *long2 = hol_entry_first_long (entry2); in hol_entry_cmp()
843 (odoc (entry2->opt) ? long2 != NULL && canon_doc_option (&long2) : 0); in hol_entry_cmp()
855 int short2 = hol_entry_first_short (entry2); in hol_entry_cmp()

Completed in 8 milliseconds