Searched refs:OP_MADE (Results 1 – 5 of 5) sorted by relevance
531 if (gn->made == UNMADE && (gn == pgn || (pgn->type & OP_MADE) == 0)) { in Compat_Make()542 if ((gn->type & OP_MADE) == 0) in Compat_Make()
283 #define OP_MADE 0x00000800 /* Assume the children of the node have macro
753 if (pgn->type & OP_MADE) { in Make_Update()1338 if ((gn->type & OP_MADE) == 0) in Make_ExpandUse()
2030 mem->type |= OP_MEMBER | OP_JOIN | OP_MADE; in SuffFindArchiveDeps()
319 { ".MADE", Attribute, OP_MADE },