Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/bmake/
Dmake.h287 #define OP_INVISIBLE 0x00004000 /* The node is invisible to its parents. macro
Dparse.c316 { ".INVISIBLE", Attribute, OP_INVISIBLE },
959 cohort->type = op | OP_INVISIBLE; in ParseDoOp()
Dmake.c892 if ((cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE|OP_INVISIBLE)) == 0) { in MakeAddAllSrc()