Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/make/
Dgnode.h141 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP) macro
184 #define OP_NOP(t) (((t) & OP_OPMASK) == 0x00000000)
Dtarg.c444 type &= ~OP_OPMASK; in Targ_PrintType()
520 switch (gn->type & OP_OPMASK) { in TargPrintNode()
Dparse.c312 if (((op & OP_OPMASK) != (gn->type & OP_OPMASK)) && in ParseDoOp()
318 if (op == OP_DOUBLEDEP && ((gn->type & OP_OPMASK) == OP_DOUBLEDEP)) { in ParseDoOp()
475 if ((gn->type & OP_OPMASK) == OP_DOUBLEDEP) { in ParseDoSrc()
Dmake.c341 pgn->type |= cgn->type & ~(OP_OPMASK|OP_USE|OP_TRANSFORM); in Make_HandleUse()
Dsuff.c1370 if ((sGn->type & OP_OPMASK) == OP_DOUBLEDEP) { in SuffApplyTransform()