Searched refs:_ohash_record (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/mandoc/
H A Dcompat_ohash.h35 struct _ohash_record;
39 struct _ohash_record *t;
H A Dcompat_ohash.c35 struct _ohash_record { struct
82 struct _ohash_record *n;
103 n = (h->info.calloc)(ns, sizeof(struct _ohash_record), h->info.data);
210 h->t = (h->info.calloc)(h->size, sizeof(struct _ohash_record),
/freebsd-12-stable/lib/libopenbsd/
H A Dohash.h39 struct _ohash_record;
43 struct _ohash_record *t;
H A Dohash.c28 struct _ohash_record { struct
75 struct _ohash_record *n;
96 n = (h->info.calloc)(ns, sizeof(struct _ohash_record), h->info.data);
203 h->t = (h->info.calloc)(h->size, sizeof(struct _ohash_record),

Completed in 109 milliseconds