Searched refs:OP_PRECIOUS (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h90 #define OP_PRECIOUS 0x00000080 /* Don't remove the target when macro
H A Dtarg.c281 if (allPrecious || (gn->type & (OP_PRECIOUS | OP_DOUBLEDEP))) {
342 { OP_PRECIOUS, ".PRECIOUS" },
H A Dparse.c230 { ".PRECIOUS", Precious, OP_PRECIOUS },
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h268 #define OP_PRECIOUS 0x00000080 /* Don't remove the target when macro
H A Dtarg.c482 if (allPrecious || (gn->type & (OP_PRECIOUS|OP_DOUBLEDEP))) {
H A Dparse.c335 { ".PRECIOUS", Precious, OP_PRECIOUS },

Completed in 65 milliseconds