Searched refs:Hash_Table (Results 1 – 4 of 4) sorted by relevance
/freebsd/sbin/rcorder/ |
H A D | hash.h | 66 typedef struct Hash_Table { struct 73 } Hash_Table; argument 81 Hash_Table *tablePtr; /* Table being searched. */ 122 void Hash_InitTable(Hash_Table *, int); 123 void Hash_DeleteTable(Hash_Table *); 124 Hash_Entry *Hash_FindEntry(Hash_Table *, char *); 125 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, Boolean *); 126 void Hash_DeleteEntry(Hash_Table *, Hash_Entry *); 127 Hash_Entry *Hash_EnumFirst(Hash_Table *, Hash_Search *);
|
H A D | hash.c | 68 static void RebuildTable(Hash_Table *); 95 register Hash_Table *t, /* Structure to use to hold table. */ in Hash_InitTable() 141 Hash_DeleteTable(Hash_Table *t) in Hash_DeleteTable() 181 Hash_Table *t, /* Hash table to search. */ in Hash_FindEntry() 218 register Hash_Table *t, /* Hash table to search. */ in Hash_CreateEntry() 284 Hash_DeleteEntry(Hash_Table *t, Hash_Entry *e) in Hash_DeleteEntry() 324 Hash_Table *t, /* Table to be searched. */ in Hash_EnumFirst() 358 Hash_Table *t = searchPtr->tablePtr; in Hash_EnumNext() 399 RebuildTable(register Hash_Table *t) in RebuildTable()
|
H A D | rcorder.c | 95 static Hash_Table provide_hash_s, *provide_hash;
|
/freebsd/contrib/bmake/ |
H A D | ChangeLog | 2178 o rename Hash_Table fields
|