Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
H A Dhash.h135 void *HashTable_FindValueBySubstringHash(HashTable *, Substring, unsigned int)
H A Dhash.c196 HashTable_FindValueBySubstringHash(HashTable *t, Substring key, unsigned int h) in HashTable_FindValueBySubstringHash() function
H A Dvar.c451 return HashTable_FindValueBySubstringHash(&scope->vars, varname, hash); in CanonicalVarname()