Searched refs:HashTable_FindValue (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | hash.h | 133 void *HashTable_FindValue(HashTable *, const char *) MAKE_ATTR_USE;
|
H A D | arch.c | 440 hdr = HashTable_FindValue(&ar->members, member); in ArchStatMember() 451 hdr = HashTable_FindValue(&ar->members, copy); in ArchStatMember() 567 return HashTable_FindValue(&ar->members, member); in ArchStatMember()
|
H A D | hash.c | 185 HashTable_FindValue(HashTable *t, const char *key) in HashTable_FindValue() function
|
H A D | targ.c | 266 return HashTable_FindValue(&allTargetsByName, name); in Targ_FindNode()
|
H A D | dir.c | 371 CachedDirListNode *ln = HashTable_FindValue(&odirs->table, name); in OpenDirs_Find() 412 cst = HashTable_FindValue(tbl, pathname); in cached_stats()
|
H A D | main.c | 2033 rp = HashTable_FindValue(&cached_realpaths, pathname); in cached_realpath()
|
H A D | parse.c | 1278 Guard *guard = HashTable_FindValue(&guards, fullname); in SkipGuarded()
|
H A D | var.c | 4887 const Var *var = HashTable_FindValue(&scope->vars, varname); in Var_Dump()
|