Home
last modified time | relevance | path

Searched refs:OP_DEPS_FOUND (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Dsuff.c1927 targ->node->type |= OP_DEPS_FOUND; in FindDepsRegular()
1990 if (gn->type & OP_DEPS_FOUND) in FindDeps()
1992 gn->type |= OP_DEPS_FOUND; in FindDeps()
H A Dmake.h402 OP_DEPS_FOUND = 1 << 24, enumerator
H A Dmake.c166 ADD(OP_DEPS_FOUND); in GNodeType_ToString()