Searched refs:OP_DEPS_FOUND (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-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 75 milliseconds