Home
last modified time | relevance | path

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

/dports/devel/fmake/fmake-r250982/
H A DGNode.h101 #define OP_INVISIBLE 0x00004000 /* The node is invisible to its parents. macro
H A Dtarg.c345 { OP_INVISIBLE, ".INVISIBLE" }, in Targ_PrintType()
H A Dmake.c524 if ((cgn->type & (OP_EXEC | OP_USE | OP_INVISIBLE)) == 0) { in Make_DoAllVar()
H A Dparse.c211 { ".INVISIBLE", Attribute, OP_INVISIBLE },
511 cohort->type = OP_DOUBLEDEP|OP_INVISIBLE; in ParseDoOp()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dmake.h271 #define OP_INVISIBLE 0x00004000 /* The node is invisible to its parents. macro
H A Dparse.c307 { ".INVISIBLE", Attribute, OP_INVISIBLE },
921 cohort->type = op | OP_INVISIBLE; in ParseDoOp()
H A Dmake.c892 if ((cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE|OP_INVISIBLE)) == 0) { in MakeAddAllSrc()
/dports/devel/bmake/bmake/
H A Dtarg.c440 PRINTBIT(OP_INVISIBLE, ".INVISIBLE"); in Targ_PrintType()
H A Dmake.h272 OP_INVISIBLE = 1 << 14, enumerator
H A Dmake.c146 OP_MADE, OP_SPECIAL, OP_USEBEFORE, OP_INVISIBLE,
813 if (cgn->type & (OP_EXEC | OP_USE | OP_USEBEFORE | OP_INVISIBLE)) in MakeAddAllSrc()
H A Dparse.c292 { ".INVISIBLE", SP_ATTRIBUTE, OP_INVISIBLE },
810 cohort->type = op | OP_INVISIBLE; in TryApplyDependencyOperator()