Home
last modified time | relevance | path

Searched refs:OP_DOUBLEDEP (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/bmake/
H A Dtarg.c452 case OP_DOUBLEDEP: in GNode_OpName()
520 if (gn->type & OP_DOUBLEDEP) in Targ_PrintNode()
596 if (!(type & OP_DOUBLEDEP)) in Targ_Propagate()
H A Dmake.c139 ADD(OP_DOUBLEDEP); in GNodeType_ToString()
244 if (gn->type & OP_DOUBLEDEP) { in IsOODateRegular()
318 (gn->type & OP_DOUBLEDEP))); in GNode_IsOODate()
1277 if (gn->type & OP_DOUBLEDEP) in Make_ExpandUse()
1393 if (pgn->type & OP_DOUBLEDEP) in Make_ProcessWait()
H A Dmake.h278 OP_DOUBLEDEP = 1 << 2, enumerator
281 OP_OPMASK = OP_DEPENDS | OP_FORCE | OP_DOUBLEDEP,
1126 return allPrecious || gn->type & (OP_PRECIOUS | OP_DOUBLEDEP); in GNode_IsPrecious()
H A Dparse.c611 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&pgn->cohorts)) in LinkSource()
653 if (op == OP_DOUBLEDEP && (gn->type & OP_OPMASK) == OP_DOUBLEDEP) { in TryApplyDependencyOperator()
1132 return *pp += 2, OP_DOUBLEDEP; in ParseDependencyOp()
1935 if ((gn->type & OP_DOUBLEDEP) && gn->cohorts.last != NULL) in GNode_AddCommand()
2984 if (mainNode->type & OP_DOUBLEDEP) in Parse_MainName()
H A Dsuff.c650 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&gn->cohorts)) in Suff_EndTransform()