Home
last modified time | relevance | path

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

/trueos/usr.bin/make/
HDGNode.h101 #define OP_INVISIBLE 0x00004000 /* The node is invisible to its parents. macro
HDtarg.c346 { OP_INVISIBLE, ".INVISIBLE" }, in Targ_PrintType()
HDmake.c525 if ((cgn->type & (OP_EXEC | OP_USE | OP_INVISIBLE)) == 0) { in Make_DoAllVar()
HDparse.c212 { ".INVISIBLE", Attribute, OP_INVISIBLE },
512 cohort->type = OP_DOUBLEDEP|OP_INVISIBLE; in ParseDoOp()
/trueos/contrib/bmake/
HDmake.h281 #define OP_INVISIBLE 0x00004000 /* The node is invisible to its parents. macro
HDparse.c310 { ".INVISIBLE", Attribute, OP_INVISIBLE },
931 cohort->type = op | OP_INVISIBLE; in ParseDoOp()
HDmake.c895 if ((cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE|OP_INVISIBLE)) == 0) { in MakeAddAllSrc()