Searched refs:HashTable_Set (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/bmake/ |
| H A D | hash.h | 140 void HashTable_Set(HashTable *, const char *, void *);
|
| H A D | hash.c | 280 HashTable_Set(HashTable *t, const char *key, void *value) in HashTable_Set() function
|
| H A D | dir.c | 395 HashTable_Set(&odirs->table, cdir->name, odirs->list.last); in OpenDirs_Add() 443 HashTable_Set(tbl, pathname, cst); in cached_stats()
|
| H A D | arch.c | 617 HashTable_Set(&ar->members, memName, cached_hdr); in ArchStatMember()
|
| H A D | main.c | 2014 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(rp)); in cached_realpath()
|
| H A D | parse.c | 2372 HashTable_Set(&guards, curFile->name.str, curFile->guard); in ParseEOF()
|
| H A D | ChangeLog | 534 o hash.c: change return type of HashTable_Set to void 1187 o replace a few HashTable_CreateEntry with HashTable_Set 1222 o replace a few HashTable_CreateEntry with HashTable_Set
|