OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:guards
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/make/
parse.c
307
static HashTable /* full file name -> Guard */
guards
;
variable in typeref:typename:HashTable
1273
Guard *guard = HashTable_FindValue(&
guards
, fullname);
2367
HashEntry *he = HashTable_CreateEntry(&
guards
,
2998
HashTable_Init(&
guards
);
3015
HashIter_Init(&hi, &
guards
);
3021
HashTable_Done(&
guards
);
parse.c
307
static HashTable /* full file name -> Guard */
guards
;
variable in typeref:typename:HashTable
1273
Guard *guard = HashTable_FindValue(&
guards
, fullname);
2367
HashEntry *he = HashTable_CreateEntry(&
guards
,
2998
HashTable_Init(&
guards
);
3015
HashIter_Init(&hi, &
guards
);
3021
HashTable_Done(&
guards
);
parse.c
307
static HashTable /* full file name -> Guard */
guards
;
variable in typeref:typename:HashTable
1273
Guard *guard = HashTable_FindValue(&
guards
, fullname);
2367
HashEntry *he = HashTable_CreateEntry(&
guards
,
2998
HashTable_Init(&
guards
);
3015
HashIter_Init(&hi, &
guards
);
3021
HashTable_Done(&
guards
);
Completed in 36 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025