Home
last modified time | relevance | path

Searched refs:HashTable_CreateEntry (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bmake/
H A Dhash.h137 HashEntry *HashTable_CreateEntry(HashTable *, const char *, bool *);
161 (void)HashTable_CreateEntry(&set->tbl, key, &isNew); in HashSet_Add()
H A Dhash.c257 HashTable_CreateEntry(HashTable *t, const char *key, bool *out_isNew) in HashTable_CreateEntry() function
289 HashEntry *he = HashTable_CreateEntry(t, key, NULL); in HashTable_Set()
H A Dstr.c423 return HashTable_CreateEntry(&interned_strings, str, NULL)->key; in Str_Intern()
H A Dtarg.c274 HashEntry *he = HashTable_CreateEntry(&allTargetsByName, name, &isNew); in Targ_GetNode()
H A Dvar.c566 HashEntry *he = HashTable_CreateEntry(&scope->vars, name, NULL); in VarAdd()
1204 HashTable_CreateEntry(&scope->vars, name, NULL); in Var_Append()
H A Dparse.c2314 HashEntry *he = HashTable_CreateEntry(&guards, in ParseEOF()
H A DChangeLog1650 o replace a few HashTable_CreateEntry with HashTable_Set
1685 o replace a few HashTable_CreateEntry with HashTable_Set