Searched refs:OP_SAVE_CMDS (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/usr.bin/make/
H A DGNode.h115 #define OP_SAVE_CMDS 0x04000000 /* Saving commands on .END (Compat) */ macro
H A Dmake.c426 if (noExecute || (cgn->type & OP_SAVE_CMDS) ||
H A Djob.c677 job->node->type |= OP_SAVE_CMDS;
2909 if ((gn->type & OP_SAVE_CMDS) && (gn != ENDNode)) {
2914 gn->type |= OP_SAVE_CMDS;
/freebsd-10-stable/contrib/bmake/
H A Dcompat.c258 if ((gn->type & OP_SAVE_CMDS) && (gn != ENDNode)) {
263 gn->type |= OP_SAVE_CMDS;
H A Dmake.h307 #define OP_SAVE_CMDS 0x04000000 /* Saving commands on .END (Compat) */ macro
H A Dmake.c634 if (NoExecute(gn) || (gn->type & OP_SAVE_CMDS) ||
H A Djob.c735 job->node->type |= OP_SAVE_CMDS;

Completed in 87 milliseconds