Searched refs:TABELEM (Results 1 – 1 of 1) sorted by relevance
121 typedef NODE *TABELEM; typedef126 typedef ENTRY TABELEM; /* What the table contains (TABle ELEMents) */ typedef127 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()