Home
last modified time | relevance | path

Searched refs:HashTable_Done (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/bmake/
H A Dhash.h133 void HashTable_Done(HashTable *);
155 HashTable_Done(&set->tbl); in HashSet_Done()
H A Dtarg.c137 HashTable_Done(&allTargetsByName); in Targ_End()
249 HashTable_Done(&gn->vars); in GNode_Free()
H A Dstr.c394 HashTable_Done(&interned_strings); in Str_Intern_End()
H A Ddir.c378 HashTable_Done(&odirs->table); in OpenDirs_Done()
530 HashTable_Done(&mtimes); in Dir_End()
531 HashTable_Done(&lmtimes); in Dir_End()
H A Darch.c214 HashTable_Done(&a->members); in ArchFree()
638 HashTable_Done(&ar->members); in ArchStatMember()
H A Dhash.c160 HashTable_Done(HashTable *t) in HashTable_Done() function