Searched defs:hol (Results 1 – 1 of 1) sorted by relevance
415 struct hol struct418 struct hol_entry *entries; argument427 /* Clusters of entries in this hol. */ argument428 struct hol_cluster *clusters; argument441 struct hol *hol = malloc (sizeof (struct hol)); in make_hol() local530 hol_free (struct hol *hol) in hol_free()636 hol_find_entry (struct hol *hol, const char *name) in hol_find_entry()908 hol_sort (struct hol *hol) in hol_sort()921 hol_append (struct hol *hol, struct hol *more) in hol_append()1019 struct hol *hol = make_hol (argp, cluster); in argp_hol() local[all …]
Completed in 9 milliseconds