Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
H A Dhash.h138 void HashTable_Set(HashTable *, const char *, void *);
H A Dhash.c287 HashTable_Set(HashTable *t, const char *key, void *value) in HashTable_Set() function
H A Ddir.c381 HashTable_Set(&odirs->table, cdir->name, odirs->list.last); in OpenDirs_Add()
429 HashTable_Set(tbl, pathname, cst); in cached_stats()
H A Darch.c507 HashTable_Set(&ar->members, memName, cached_hdr); in ArchStatMember()
H A Dmain.c2040 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(rp)); in cached_realpath()