Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dstr.c77 static HashTable interned_strings; variable
387 HashTable_Init(&interned_strings); in Str_Intern_Init()
394 HashTable_Done(&interned_strings); in Str_Intern_End()
402 return HashTable_CreateEntry(&interned_strings, str, NULL)->key; in Str_Intern()