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

/netbsd-current/usr.bin/m4/lib/
H A Dohash_delete.c26 (h->info.hfree)(h->t, sizeof(struct _ohash_record) * h->size,
H A Dohash.h35 struct _ohash_record;
38 struct _ohash_record *t;
H A Dohash_int.h13 struct _ohash_record { struct
H A Dohash_do.c27 struct _ohash_record *n;
43 n = (h->info.halloc)(sizeof(struct _ohash_record) * ns, h->info.data);
60 (h->info.hfree)(h->t, sizeof(struct _ohash_record) * h->size,
H A Dohash_init.c38 h->t = (h->info.halloc)(sizeof(struct _ohash_record) * h->size,
/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_ohash.h35 struct _ohash_record;
39 struct _ohash_record *t;
H A Dcompat_ohash.c36 struct _ohash_record { struct
83 struct _ohash_record *n;
104 n = (h->info.calloc)(ns, sizeof(struct _ohash_record), h->info.data);
211 h->t = (h->info.calloc)(h->size, sizeof(struct _ohash_record),

Completed in 176 milliseconds