Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/bmake/
HDtarg.c446 switch (gn->type & OP_OPMASK) { in GNode_OpName()
601 cohort->type |= type & ~OP_OPMASK; in Targ_Propagate()
HDparse.c637 if ((op & OP_OPMASK) && (gn->type & OP_OPMASK) && in TryApplyDependencyOperator()
638 ((op & OP_OPMASK) != (gn->type & OP_OPMASK))) { in TryApplyDependencyOperator()
644 if (op == OP_DOUBLEDEP && (gn->type & OP_OPMASK) == OP_DOUBLEDEP) { in TryApplyDependencyOperator()
663 gn->type |= op & ~OP_OPMASK; in TryApplyDependencyOperator()
HDmake.h281 OP_OPMASK = OP_DEPENDS | OP_FORCE | OP_DOUBLEDEP, enumerator
1059 return (gn->type & OP_OPMASK) != OP_NONE; in GNode_IsTarget()
HDmake.c476 cgn->type & ~(OP_OPMASK | OP_USE | OP_USEBEFORE | OP_TRANSFORM); in Make_HandleUse()