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