HomeSort by: relevance | last modified time | path
    Searched refs:_ohash_record (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/m4/lib/
ohash_delete.c 26 (h->info.hfree)(h->t, sizeof(struct _ohash_record) * h->size,
ohash.h 35 struct _ohash_record;
38 struct _ohash_record *t;
ohash_int.h 13 struct _ohash_record { struct
ohash_do.c 27 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,
ohash_init.c 38 h->t = (h->info.halloc)(sizeof(struct _ohash_record) * h->size,

Completed in 13 milliseconds