Searched refs:interned_strings (Results 1 – 1 of 1) sorted by relevance
77 static HashTable interned_strings; variable408 HashTable_Init(&interned_strings); in Str_Intern_Init()415 HashTable_Done(&interned_strings); in Str_Intern_End()423 return HashTable_CreateEntry(&interned_strings, str, NULL)->key; in Str_Intern()