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

/freebsd-10-stable/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-10-stable/contrib/bmake/
H A Dmake.h269 #define OP_EXEC 0x00000020 /* Target is never out of date, but always macro
318 #define OP_NOTARGET (OP_NOTMAIN|OP_USE|OP_EXEC|OP_TRANSFORM)
H A Dcompat.c640 if (!(gn->type & OP_EXEC)) {
669 if ((gn->type & OP_EXEC) == 0) {
675 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)) {
763 if ( ! (cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE))) {
897 if ((cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE|OP_INVISIBLE)) == 0) {
H A Dtarg.c646 if (! (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC))) {
H A Djob.c1189 if (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC|OP_OPTIONAL|
H A Dparse.c312 { ".EXEC", Attribute, OP_EXEC },

Completed in 83 milliseconds