Searched refs:OP_OPMASK (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h74 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP) macro
122 #define OP_NOP(t) (((t) & OP_OPMASK) == 0x00000000)
H A Dtarg.c355 type &= ~OP_OPMASK;
416 switch (gn->type & OP_OPMASK) {
H A Dparse.c482 if ((op & OP_OPMASK) != (gn->type & OP_OPMASK) &&
490 (gn->type & OP_OPMASK) == OP_DOUBLEDEP) {
619 if ((gn->type & OP_OPMASK) == OP_DOUBLEDEP) {
H A Dmake.c316 pgn->type |= cgn->type & ~(OP_OPMASK | OP_USE | OP_TRANSFORM);
H A Dsuff.c1419 if ((sGn->type & OP_OPMASK) == OP_DOUBLEDEP) {
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h258 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP) macro
309 #define OP_NOP(t) (((t) & OP_OPMASK) == 0x00000000)
H A Dtarg.c577 type &= ~OP_OPMASK;
686 switch (gn->type & OP_OPMASK) {
826 cgn->type |= pgn->type & ~OP_OPMASK;
H A Dparse.c895 if (((op & OP_OPMASK) != (gn->type & OP_OPMASK)) &&
902 if ((op == OP_DOUBLEDEP) && ((gn->type & OP_OPMASK) == OP_DOUBLEDEP)) {
917 gn->type |= op & ~OP_OPMASK;
H A Dmake.c507 pgn->type |= cgn->type & ~(OP_OPMASK|OP_USE|OP_USEBEFORE|OP_TRANSFORM);

Completed in 158 milliseconds