Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/make/
Dmake.h297 OP_PRECIOUS = 1 << 7, enumerator
1132 return allPrecious || gn->type & (OP_PRECIOUS | OP_DOUBLEDEP); in GNode_IsPrecious()
Dtarg.c402 { OP_PRECIOUS, false, "PRECIOUS" }, in Targ_PrintType()
Dmake.c147 ADD(OP_PRECIOUS); in GNodeType_ToString()
Dparse.c291 { ".PRECIOUS", SP_PRECIOUS, OP_PRECIOUS },