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