Home
last modified time | relevance | path

Searched refs:allPrecious (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/bmake/
HDmake.h385 extern Boolean allPrecious; /* True if every target is precious */
HDtarg.c482 if (allPrecious || (gn->type & (OP_PRECIOUS|OP_DOUBLEDEP))) { in Targ_Precious()
HDmain.c158 Boolean allPrecious; /* .PRECIOUS given on line by itself */ variable
984 allPrecious = FALSE; /* Remove targets when interrupted */ in main()
HDparse.c1565 allPrecious = TRUE; in ParseDoDependency()