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

/freebsd-10-stable/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-10-stable/contrib/bmake/
H A Dmake.h308 #define OP_DEPS_FOUND 0x02000000 /* Already processed by Suff_FindDeps */ macro
H A Dsuff.c2375 targ->node->type |= OP_DEPS_FOUND;
2451 if (gn->type & OP_DEPS_FOUND) {
2457 gn->type |= OP_DEPS_FOUND;

Completed in 81 milliseconds