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

/osnet-11/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));

Completed in 23 milliseconds