OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isNew
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/make/
hash.h
159
bool
isNew
;
161
(void)HashTable_CreateEntry(&set->tbl, key, &
isNew
);
162
return
isNew
;
targ.c
273
bool
isNew
;
274
HashEntry *he = HashTable_CreateEntry(&allTargetsByName, name, &
isNew
);
275
if (!
isNew
)
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025