Searched refs:GNode_ShouldExecute (Results 1 – 5 of 5) sorted by relevance
318 if (!silent || !GNode_ShouldExecute(gn)) { in Compat_RunCommand()323 if (!doIt && !GNode_ShouldExecute(gn)) in Compat_RunCommand()589 if (useMeta && GNode_ShouldExecute(gn)) in MakeUnmade()601 if (useMeta && GNode_ShouldExecute(gn)) { in MakeUnmade()
1065 run = GNode_ShouldExecute(job->node); in JobWriteCommand()1449 if (echo || !GNode_ShouldExecute(gn)) { in Job_Touch()1454 if (!GNode_ShouldExecute(gn)) in Job_Touch()1813 } else if (!GNode_ShouldExecute(gn)) { in Job_Make()
212 GNode_ShouldExecute(GNode *gn) in GNode_ShouldExecute() function569 if (!GNode_ShouldExecute(gn) || (gn->type & OP_SAVE_CMDS) || in Make_Recheck()
1116 bool GNode_ShouldExecute(GNode *gn) MAKE_ATTR_USE;
2210 o negate NoExecute to GNode_ShouldExecute