HomeSort by: relevance | last modified time | path
    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