Searched refs:HashTable_Set (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/bmake/ |
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 | 555 HashTable_Set(&ar->members, memName, cached_hdr); in ArchStatMember()
|
H A D | main.c | 2062 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(rp)); in cached_realpath()
|
H A D | ChangeLog | 1136 o hash.c: change return type of HashTable_Set to void 1789 o replace a few HashTable_CreateEntry with HashTable_Set 1824 o replace a few HashTable_CreateEntry with HashTable_Set
|