Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/make/
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()
Dmake.h379 OP_DEPS_FOUND = 1 << 24, enumerator
Dmake.c169 ADD(OP_DEPS_FOUND); in GNodeType_ToString()