Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dtarg.c440 switch (gn->type & OP_OPMASK) { in GNode_OpName()
595 cohort->type |= type & (unsigned)~OP_OPMASK; in Targ_Propagate()
H A Dparse.c671 if ((op & OP_OPMASK) && (gn->type & OP_OPMASK) && in TryApplyDependencyOperator()
672 ((op & OP_OPMASK) != (gn->type & OP_OPMASK))) { in TryApplyDependencyOperator()
678 if (op == OP_DOUBLEDEP && (gn->type & OP_OPMASK) == OP_DOUBLEDEP) { in TryApplyDependencyOperator()
696 gn->type |= op & (unsigned)~OP_OPMASK; in TryApplyDependencyOperator()
H A Dmake.h303 OP_OPMASK = OP_DEPENDS | OP_FORCE | OP_DOUBLEDEP, enumerator
1113 return (gn->type & OP_OPMASK) != OP_NONE; in GNode_IsTarget()
H A Dmake.c461 cgn->type & (unsigned)~(OP_OPMASK | OP_USE | OP_USEBEFORE | OP_TRANSFORM); in Make_HandleUse()