Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dcompat.c544 if (!(gn->type & OP_MADE)) in MakeUnmade()
696 if (gn->made == UNMADE && (gn == pgn || !(pgn->type & OP_MADE))) { in Compat_Make()
H A Dmake.c148 ADD(OP_MADE); in GNodeType_ToString()
745 if (pgn->type & OP_MADE) { in Make_Update()
1306 if (!(gn->type & OP_MADE)) in Make_ExpandUse()
H A Dtarg.c405 { OP_MADE, true, "MADE" }, in Targ_PrintType()
H A Dmake.h312 OP_MADE = 1 << 11, enumerator
H A Dsuff.c1679 mem->type |= OP_MEMBER | OP_JOIN | OP_MADE; in FindDepsArchive()
H A Dparse.c279 { ".MADE", SP_ATTRIBUTE, OP_MADE },