Searched refs:hol (Results 1 – 1 of 1) sorted by relevance
415 struct hol struct433 static struct hol *441 struct hol *hol = malloc (sizeof (struct hol)); in make_hol() local443 assert (hol); in make_hol()445 hol->num_entries = 0; in make_hol()446 hol->clusters = 0; in make_hol()459 hol->num_entries++; in make_hol()464 hol->entries = malloc (sizeof (struct hol_entry) * hol->num_entries); in make_hol()465 hol->short_options = malloc (num_short_options + 1); in make_hol()467 assert (hol->entries && hol->short_options); in make_hol()[all …]