Searched refs:HashTable_Set (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/usr.bin/make/ |
H A D | hash.h | 138 void HashTable_Set(HashTable *, const char *, void *);
|
H A D | hash.c | 287 HashTable_Set(HashTable *t, const char *key, void *value) in HashTable_Set() function
|
H A D | dir.c | 381 HashTable_Set(&odirs->table, cdir->name, odirs->list.last); in OpenDirs_Add() 429 HashTable_Set(tbl, pathname, cst); in cached_stats()
|
H A D | arch.c | 507 HashTable_Set(&ar->members, memName, cached_hdr); in ArchStatMember()
|
H A D | main.c | 2040 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(rp)); in cached_realpath()
|