Searched refs:allPrecious (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dglobals.h79 extern Boolean allPrecious; /* True if every target is precious */
H A Dtarg.c281 if (allPrecious || (gn->type & (OP_PRECIOUS | OP_DOUBLEDEP))) {
H A Dmain.c123 Boolean allPrecious; /* .PRECIOUS given on line by itself */ variable
912 allPrecious = FALSE; /* Remove targets when interrupted */
H A Dparse.c1066 allPrecious = TRUE;
/freebsd-10.0-release/contrib/bmake/
H A Dmake.h384 extern Boolean allPrecious; /* True if every target is precious */
H A Dtarg.c482 if (allPrecious || (gn->type & (OP_PRECIOUS|OP_DOUBLEDEP))) {
H A Dmain.c151 Boolean allPrecious; /* .PRECIOUS given on line by itself */ variable
958 allPrecious = FALSE; /* Remove targets when interrupted */
H A Dparse.c1527 allPrecious = TRUE;

Completed in 94 milliseconds