Searched refs:NoExecute (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dcompat.c315 if (!silent || NoExecute(gn)) {
324 if (!doIt && NoExecute(gn)) {
599 if (useMeta && !NoExecute(gn)) {
612 if (useMeta && !NoExecute(gn)) {
H A Dmake.h304 #define NoExecute(gn) ((gn->type & OP_MAKE) ? noRecursiveExecute : noExecute) macro
H A Djob.c714 noSpecials = NoExecute(job->node);
1170 if (!silent || NoExecute(gn)) {
1175 if (NoExecute(gn)) {
1647 } else if (NoExecute(gn)) {
H A Dmake.c635 if (NoExecute(gn) || (gn->type & OP_SAVE_CMDS) ||

Completed in 153 milliseconds