Home
last modified time | relevance | path

Searched refs:HashTable_DeleteEntry (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/make/
H A Dhash.h139 void HashTable_DeleteEntry(HashTable *, HashEntry *);
H A Dhash.c295 HashTable_DeleteEntry(HashTable *t, HashEntry *he) in HashTable_DeleteEntry() function
H A Ddir.c392 HashTable_DeleteEntry(&odirs->table, he); in OpenDirs_Remove()
H A Dmain.c2019 HashTable_DeleteEntry(&cached_realpaths, he); in cached_realpath()
H A Dvar.c596 HashTable_DeleteEntry(&scope->vars, he); in Var_Delete()