Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcompat.c538 if (!(gn->type & OP_MADE)) in MakeUnmade()
686 if (gn->made == UNMADE && (gn == pgn || !(pgn->type & OP_MADE))) { in Compat_Make()
H A Dmake.c148 ADD(OP_MADE); in GNodeType_ToString()
739 if (pgn->type & OP_MADE) { in Make_Update()
1300 if (!(gn->type & OP_MADE)) in Make_ExpandUse()
H A Dtarg.c398 { OP_MADE, true, "MADE" }, in Targ_PrintType()
H A Dmake.h334 OP_MADE = 1 << 11, enumerator
H A Dsuff.c1620 mem->type |= OP_MEMBER | OP_JOIN | OP_MADE; in FindDepsArchive()
H A Dparse.c275 { ".MADE", SP_ATTRIBUTE, OP_MADE },