Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/bmake/
HDcompat.c531 if (gn->made == UNMADE && (gn == pgn || (pgn->type & OP_MADE) == 0)) { in Compat_Make()
542 if ((gn->type & OP_MADE) == 0) in Compat_Make()
HDmake.h283 #define OP_MADE 0x00000800 /* Assume the children of the node have macro
HDmake.c753 if (pgn->type & OP_MADE) { in Make_Update()
1338 if ((gn->type & OP_MADE) == 0) in Make_ExpandUse()
HDsuff.c2030 mem->type |= OP_MEMBER | OP_JOIN | OP_MADE; in SuffFindArchiveDeps()
HDparse.c319 { ".MADE", Attribute, OP_MADE },