Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dcompat.c305 if (!silent || !GNode_ShouldExecute(gn)) { in Compat_RunCommand()
314 if (!doIt && !GNode_ShouldExecute(gn)) in Compat_RunCommand()
602 if (useMeta && GNode_ShouldExecute(gn)) in MakeUnmade()
614 if (useMeta && GNode_ShouldExecute(gn)) { in MakeUnmade()
H A Djob.c924 run = GNode_ShouldExecute(job->node); in JobWriteCommand()
1313 if (echo || !GNode_ShouldExecute(gn)) { in Job_Touch()
1318 if (!GNode_ShouldExecute(gn)) in Job_Touch()
1723 } else if (!GNode_ShouldExecute(gn)) { in JobStart()
H A Dmake.c210 GNode_ShouldExecute(GNode *gn) in GNode_ShouldExecute() function
578 if (!GNode_ShouldExecute(gn) || (gn->type & OP_SAVE_CMDS) || in Make_Recheck()
H A Dmake.h1071 bool GNode_ShouldExecute(GNode *gn) MAKE_ATTR_USE;
H A DChangeLog1075 o negate NoExecute to GNode_ShouldExecute