OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:guards
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/make/
parse.c
307
static HashTable /* full file name -> Guard */
guards
;
variable
1273
Guard *guard = HashTable_FindValue(&
guards
, fullname);
2325
HashEntry *he = HashTable_CreateEntry(&
guards
,
2956
HashTable_Init(&
guards
);
2973
HashIter_Init(&hi, &
guards
);
2979
HashTable_Done(&
guards
);
Completed in 75 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026