Searched refs:OP_FORCE (Results 1 – 4 of 4) sorted by relevance
182 #define OP_FORCE 0x00000002 /* Always execute commands (!) */ macro186 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP)
145 case OP_FORCE: in TargPrintNode()
457 } else if (gn->type & (OP_FORCE|OP_PHONY)) { in Make_OODate()463 if (gn->type & OP_FORCE) in Make_OODate()
267 if (op & OP_FORCE) { in operator_string()779 op = OP_FORCE; in parse_operator()