Home
last modified time | relevance | path

Searched refs:TABELEM (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c121 typedef NODE *TABELEM; typedef
126 typedef ENTRY TABELEM; /* What the table contains (TABle ELEMents) */ typedef
127 static TABELEM *table; /* The address of the hash table */
210 TABELEM *local_table; in hcreate()
211 TABELEM *old_table; in hcreate()
227 local_table = (TABELEM *) calloc(local_length, sizeof (TABELEM)); in hcreate()