Home
last modified time | relevance | path

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

/openbsd/usr.bin/make/
H A Dgnode.h186 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP) macro
228 #define OP_NOP(t) (((t) & OP_OPMASK) == OP_ZERO)
H A Ddump.c142 switch (gn->type & OP_OPMASK) { in TargPrintNode()
H A Dtarg.c295 type &= ~OP_OPMASK; in Targ_PrintType()
H A Dparse.c297 assert(op == (op & OP_OPMASK)); in ParseDoOp()
307 if (op != (gn->type & OP_OPMASK)) { in ParseDoOp()
471 if ((gn->type & OP_OPMASK) == OP_DOUBLEDEP) { in ParseDoSrc()
H A Dengine.c317 pgn->type |= cgn->type & ~(OP_OPMASK|OP_USE|OP_TRANSFORM|OP_DOUBLE); in Make_HandleUse()
H A Dsuff.c918 if ((sGn->type & OP_OPMASK) == OP_DOUBLEDEP) { in SuffApplyTransform()