Searched refs:OP_EXEC (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-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 Dparse.c312 { ".EXEC", Attribute, OP_EXEC },
H A Djob.c1189 if (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC|OP_OPTIONAL|
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 Dtarg.c646 if (! (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC))) {
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) {

Completed in 112 milliseconds