Searched refs:TABELEM (Results 1 - 2 of 2) 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;
211 TABELEM *old_table;
227 local_table = (TABELEM *) calloc(local_length, sizeof (TABELEM));
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c123 typedef NODE *TABELEM; typedef
128 typedef ENTRY TABELEM; /* What the table contains (TABle ELEMents) */ typedef
129 static TABELEM *table; /* The address of the hash table */
223 table = (TABELEM *) calloc(length, sizeof(TABELEM));

Completed in 44 milliseconds