Searched refs:OP_INVISIBLE (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h101 #define OP_INVISIBLE 0x00004000 /* The node is invisible to its parents. macro
H A Dtarg.c346 { OP_INVISIBLE, ".INVISIBLE" },
H A Dmake.c525 if ((cgn->type & (OP_EXEC | OP_USE | OP_INVISIBLE)) == 0) {
H A Dparse.c212 { ".INVISIBLE", Attribute, OP_INVISIBLE },
512 cohort->type = OP_DOUBLEDEP|OP_INVISIBLE;
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h281 #define OP_INVISIBLE 0x00004000 /* The node is invisible to its parents. macro
H A Dparse.c310 { ".INVISIBLE", Attribute, OP_INVISIBLE },
929 cohort->type = op | OP_INVISIBLE;
H A Dmake.c900 if ((cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE|OP_INVISIBLE)) == 0) {

Completed in 110 milliseconds