Home
last modified time | relevance | path

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

/argp/
A Dargp-help.c378 struct hol_cluster *cluster; member
485 entry->cluster = cluster; in make_hol()
803 int group1 = (entry1->cluster in hol_entry_cmp()
804 ? hol_cluster_base (entry1->cluster)->group in hol_entry_cmp()
806 int group2 = (entry2->cluster in hol_entry_cmp()
807 ? hol_cluster_base (entry2->cluster)->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()
1029 : cluster); in argp_hol()
[all …]

Completed in 9 milliseconds