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

/freebsd-9.3-release/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-9.3-release/contrib/bmake/
H A Dcompat.c256 if ((gn->type & OP_SAVE_CMDS) && (gn != ENDNode)) {
261 gn->type |= OP_SAVE_CMDS;
H A Dmake.h300 #define OP_SAVE_CMDS 0x04000000 /* Saving commands on .END (Compat) */ macro
H A Dmake.c635 if (NoExecute(gn) || (gn->type & OP_SAVE_CMDS) ||
H A Djob.c717 job->node->type |= OP_SAVE_CMDS;

Completed in 182 milliseconds