Searched refs:HashTable_Set (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/bmake/
H A Dhash.h130 HashEntry *HashTable_Set(HashTable *, const char *, void *);
H A Dhash.c269 HashTable_Set(HashTable *t, const char *key, void *value) function
H A Ddir.c401 HashTable_Set(&odirs->table, cdir->name, odirs->list.last);
449 HashTable_Set(tbl, pathname, cst);
H A Darch.c616 HashTable_Set(&ar->members, memName, cached_hdr);
H A Dmain.c2097 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(rp));
H A Dvar.c1124 HashTable_Set(&scope->vars, name, v);

Completed in 171 milliseconds