Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.h311 OP_PRECIOUS = 1 << 7, enumerator
1144 return allPrecious || gn->type & (OP_PRECIOUS | OP_DOUBLEDEP); in GNode_IsPrecious()
H A Dtarg.c402 { OP_PRECIOUS, false, "PRECIOUS" }, in Targ_PrintType()
H A Dmake.c144 ADD(OP_PRECIOUS); in GNodeType_ToString()
H A Dparse.c296 { ".PRECIOUS", SP_PRECIOUS, OP_PRECIOUS },