Searched refs:noExecute (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dglobals.h77 extern Boolean noExecute; /* True if should execute nothing */
H A Dmain.c137 Boolean noExecute; /* -n flag */ variable
509 noExecute = TRUE;
735 Boolean saveNoExecute = noExecute;
759 noExecute = FALSE;
775 noExecute = saveNoExecute;
901 noExecute = FALSE; /* Execute all commands */
H A Djob.c663 noSpecials = (noExecute && !(job->node->type & OP_MAKE));
1177 if (noExecute) {
1627 if ((gn->type & OP_MAKE) || (!noExecute && !touchFlag)) {
1711 } else if (noExecute) {
2515 if (!noExecute && eunlink(file) != -1) {
2805 if (!noExecute && eunlink(file) != -1) {
2951 if (!silent || (noExecute && !doit)) {
2960 if (!doit && noExecute) {
3241 if (noExecute || Dir_MTime(gn) == 0) {
H A Dmake.c426 if (noExecute || (cgn->type & OP_SAVE_CMDS) ||
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h304 #define NoExecute(gn) ((gn->type & OP_MAKE) ? noRecursiveExecute : noExecute)
382 extern Boolean noExecute; /* True if should execute nothing */
H A Dmain.c162 Boolean noExecute; /* -n flag */ variable
492 noExecute = TRUE;
576 noExecute = TRUE;
955 noExecute = FALSE; /* Execute all commands */
H A Dcompat.c169 if (!noExecute && eunlink(file) != -1) {
H A Djob.c1590 (!noExecute && !touchFlag)) {
2604 if (!noExecute && eunlink(file) != -1) {

Completed in 75 milliseconds