Searched refs:OP_DEPS_FOUND (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h116 #define OP_DEPS_FOUND 0x02000000 /* Already processed by Suff_FindDeps */ macro
H A Dsuff.c1954 targ->node->type |= OP_DEPS_FOUND;
2029 if (gn->type & OP_DEPS_FOUND) {
2035 gn->type |= OP_DEPS_FOUND;
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h301 #define OP_DEPS_FOUND 0x02000000 /* Already processed by Suff_FindDeps */ macro
H A Dsuff.c2340 targ->node->type |= OP_DEPS_FOUND;
2416 if (gn->type & OP_DEPS_FOUND) {
2422 gn->type |= OP_DEPS_FOUND;

Completed in 196 milliseconds