Home
last modified time | relevance | path

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.c28 struct _ohash_record { struct
75 struct _ohash_record *n; in ohash_resize()
96 n = (h->info.calloc)(ns, sizeof(struct _ohash_record), h->info.data); in ohash_resize()
203 h->t = (h->info.calloc)(h->size, sizeof(struct _ohash_record), in ohash_init()