HomeSort by: relevance | last modified time | path
    Searched defs:interned_strings (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
str.c 77 static HashTable interned_strings; variable in typeref:typename:HashTable
411 HashTable_Init(&interned_strings);
418 HashTable_Done(&interned_strings);
426 return HashTable_CreateEntry(&interned_strings, str, NULL)->key;

Completed in 150 milliseconds