Searched refs:OP_JOIN (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h99 #define OP_JOIN 0x00000400 /* Target is out-of-date only if any of macro
H A Dmake.c150 if ((gn->type & (OP_JOIN | OP_USE | OP_EXEC)) == 0) {
191 } else if (gn->type & OP_JOIN) {
535 if (gn->type & OP_JOIN) {
572 if (gn->type & OP_JOIN) {
639 if (gn->type & OP_JOIN) {
H A Dtarg.c345 { OP_JOIN, ".JOIN" },
381 if (!(gn->type & (OP_JOIN | OP_USE | OP_EXEC))) {
H A Dparse.c213 { ".JOIN", Attribute, OP_JOIN },
H A Djob.c1164 if (gn->type & (OP_JOIN | OP_USE | OP_EXEC | OP_OPTIONAL)) {
/freebsd-9.3-release/contrib/bmake/
H A Dmake.c224 if ((gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC)) == 0) {
270 } else if (gn->type & OP_JOIN) {
908 if (cgn->type & OP_JOIN) {
917 if (pgn->type & OP_JOIN) {
987 if (gn->type & OP_JOIN) {
1145 if (gn->type & OP_JOIN) {
H A Dmake.h275 #define OP_JOIN 0x00000400 /* Target is out-of-date only if any of its macro
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|
2602 if ((gn->type & (OP_JOIN|OP_PHONY)) == 0 && !Targ_Precious(gn)) {
H A Dparse.c311 { ".JOIN", Attribute, OP_JOIN },

Completed in 183 milliseconds