HomeSort by: relevance | last modified time | path
    Searched refs:allPrecious (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/
make.h 581 extern bool allPrecious;
1139 return allPrecious || gn->type & (OP_PRECIOUS | OP_DOUBLEDEP);
main.c 124 bool allPrecious; /* .PRECIOUS given on a line by itself */
1365 allPrecious = false; /* Remove targets when interrupted */
parse.c 1350 allPrecious = true;

Completed in 37 milliseconds