OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 10:09:58 GMT 2025