Searched refs:OP_DOUBLEDEP (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h72 #define OP_DOUBLEDEP 0x00000004 /* Execution of commands depends on macro
74 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP)
H A Dtarg.c224 if (gn->type & OP_DOUBLEDEP) {
281 if (allPrecious || (gn->type & (OP_PRECIOUS | OP_DOUBLEDEP))) {
423 case OP_DOUBLEDEP:
436 if (gn->type & OP_DOUBLEDEP) {
H A Dmake.c189 ((gn->cmtime == 0) && (gn->type & OP_DOUBLEDEP));
220 (gn->cmtime == 0 && (gn->mtime == 0 || (gn->type & OP_DOUBLEDEP)))) {
H A Dparse.c489 if (op == OP_DOUBLEDEP &&
490 (gn->type & OP_OPMASK) == OP_DOUBLEDEP) {
512 cohort->type = OP_DOUBLEDEP|OP_INVISIBLE;
619 if ((gn->type & OP_OPMASK) == OP_DOUBLEDEP) {
1028 op = OP_DOUBLEDEP;
2540 } else if (mainNode->type & OP_DOUBLEDEP) {
H A Dsuff.c1419 if ((sGn->type & OP_OPMASK) == OP_DOUBLEDEP) {
/freebsd-9.3-release/contrib/bmake/
H A Dtarg.c482 if (allPrecious || (gn->type & (OP_PRECIOUS|OP_DOUBLEDEP))) {
691 case OP_DOUBLEDEP:
699 if (gn->type & OP_DOUBLEDEP) {
797 if (gn->type & OP_DOUBLEDEP)
H A Dmake.h256 #define OP_DOUBLEDEP 0x00000004 /* Execution of commands depends on kids macro
258 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP)
H A Dmake.c269 (gn->cmgn == NULL && (gn->type & OP_DOUBLEDEP)));
300 || gn->type & OP_DOUBLEDEP)))
1320 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts)) {
1455 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (pgn->cohorts)) {
H A Dparse.c851 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (pgn->cohorts))
902 if ((op == OP_DOUBLEDEP) && ((gn->type & OP_OPMASK) == OP_DOUBLEDEP)) {
1489 op = OP_DOUBLEDEP;
1984 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts))
3132 } else if (mainNode->type & OP_DOUBLEDEP) {
H A Dsuff.c757 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts))

Completed in 86 milliseconds