Home
last modified time | relevance | path

Searched refs:HashTable_FindValueBySubstringHash (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/bmake/
H A Dhash.h137 void *HashTable_FindValueBySubstringHash(HashTable *, Substring, unsigned int)
H A Dhash.c202 HashTable_FindValueBySubstringHash(HashTable *t, Substring key, unsigned int h) in HashTable_FindValueBySubstringHash() function
H A Dvar.c398 return HashTable_FindValueBySubstringHash(&scope->vars, varname, hash); in GNode_FindVar()