HomeSort by: relevance | last modified time | path
    Searched refs:interned_strings (Results 1 - 2 of 2) 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;
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 21 milliseconds