Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dmake.h572 extern bool allPrecious;
1126 return allPrecious || gn->type & (OP_PRECIOUS | OP_DOUBLEDEP); in GNode_IsPrecious()
H A Dmain.c128 bool allPrecious; /* .PRECIOUS given on line by itself */ variable
1390 allPrecious = false; /* Remove targets when interrupted */ in main_Init()
H A Dparse.c1260 allPrecious = true; in HandleDependencySourcesEmpty()