Searched refs:OP_EXEC (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h82 #define OP_EXEC 0x00000020 /* Target is never out of date, but macro
H A Dmake.c150 if ((gn->type & (OP_JOIN | OP_USE | OP_EXEC)) == 0) {
199 } else if (gn->type & (OP_FORCE|OP_EXEC|OP_PHONY)) {
439 if (!(cgn->type & (OP_EXEC | OP_USE))) {
525 if ((cgn->type & (OP_EXEC | OP_USE | OP_INVISIBLE)) == 0) {
H A Dtarg.c340 { OP_EXEC, ".EXEC" },
381 if (!(gn->type & (OP_JOIN | OP_USE | OP_EXEC))) {
H A Djob.c1164 if (gn->type & (OP_JOIN | OP_USE | OP_EXEC | OP_OPTIONAL)) {
3249 if (!(gn->type & OP_EXEC)) {
3278 if ((gn->type & OP_EXEC) == 0) {
3284 if ((gn->type & OP_EXEC) == 0) {
H A Dparse.c207 { ".EXEC", Attribute, OP_EXEC },
1256 OP_EXEC | OP_TRANSFORM)) == 0) {
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h263 #define OP_EXEC 0x00000020 /* Target is never out of date, but always macro
311 #define OP_NOTARGET (OP_NOTMAIN|OP_USE|OP_EXEC|OP_TRANSFORM)
H A Dcompat.c626 if (!(gn->type & OP_EXEC)) {
656 if ((gn->type & OP_EXEC) == 0) {
662 if ((gn->type & OP_EXEC) == 0) {
H A Dmake.c224 if ((gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC)) == 0) {
282 } else if (gn->type & (OP_FORCE|OP_EXEC|OP_PHONY)) {
765 if ( ! (cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE))) {
900 if ((cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE|OP_INVISIBLE)) == 0) {
H A Dtarg.c648 if (! (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC))) {
H A Djob.c1161 if (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC|OP_OPTIONAL|
H A Dparse.c306 { ".EXEC", Attribute, OP_EXEC },

Completed in 100 milliseconds