Searched refs:OP_FORCE (Results 1 – 4 of 4) sorted by relevance
255 #define OP_FORCE 0x00000002 /* Always execute commands (!) */ macro258 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP)
281 } else if (gn->type & (OP_FORCE|OP_EXEC|OP_PHONY)) { in Make_OODate()287 if (gn->type & OP_FORCE) { in Make_OODate()
689 case OP_FORCE: in Targ_PrintNode()
1515 op = OP_FORCE; in ParseDoDependency()