Searched refs:OP_MADE (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dcompat.c519 if (gn->made == UNMADE && (gn == pgn || (pgn->type & OP_MADE) == 0)) {
530 if ((gn->type & OP_MADE) == 0)
H A Dmake.h277 #define OP_MADE 0x00000800 /* Assume the children of the node have macro
H A Dmake.c759 if (pgn->type & OP_MADE) {
1353 if ((gn->type & OP_MADE) == 0)
H A Dparse.c313 { ".MADE", Attribute, OP_MADE },

Completed in 74 milliseconds