Searched refs:TABELEM (Results 1 – 2 of 2) 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()
123 typedef NODE *TABELEM; typedef128 typedef ENTRY TABELEM; /* What the table contains (TABle ELEMents) */ typedef129 static TABELEM *table; /* The address of the hash table */223 table = (TABELEM *) calloc(length, sizeof(TABELEM)); in hcreate()