Home
last modified time | relevance | path

Searched refs:OP_MADE (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/bmake/
HDcompat.c497 if (!(gn->type & OP_MADE)) in MakeUnmade()
649 if (gn->made == UNMADE && (gn == pgn || !(pgn->type & OP_MADE))) { in Compat_Make()
HDmake.c159 ADD(OP_MADE); in GNodeType_ToString()
751 if (pgn->type & OP_MADE) { in Make_Update()
1302 if (!(gn->type & OP_MADE)) in Make_ExpandUse()
HDtarg.c405 { OP_MADE, true, "MADE" }, in Targ_PrintType()
HDmake.h312 OP_MADE = 1 << 11, enumerator
HDsuff.c1679 mem->type |= OP_MEMBER | OP_JOIN | OP_MADE; in FindDepsArchive()
HDparse.c278 { ".MADE", SP_ATTRIBUTE, OP_MADE },