Home
last modified time | relevance | path

Searched refs:OP_DEPENDS (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/bmake/
H A Dmake.h266 OP_DEPENDS = 1 << 0, enumerator
281 OP_OPMASK = OP_DEPENDS | OP_FORCE | OP_DOUBLEDEP,
H A Dtarg.c448 case OP_DEPENDS: in GNode_OpName()
H A Dmake.c137 ADD(OP_DEPENDS); in GNodeType_ToString()
1361 pgn->type = OP_PHONY | OP_DEPENDS; in Make_ProcessWait()
H A Dparse.c732 gn->type = OP_WAIT | OP_PHONY | OP_DEPENDS | OP_NOTMAIN; in ApplyDependencySourceWait()
1134 return (*pp)++, OP_DEPENDS; in ParseDependencyOp()
H A Dsuff.c1672 gn->type |= OP_DEPENDS; in FindDepsArchive()