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

/illumos-gate/usr/src/cmd/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),

Completed in 57 milliseconds