Home
last modified time | relevance | path

Searched refs:OP_FORCE (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/make/
H A Dgnode.h182 #define OP_FORCE 0x00000002 /* Always execute commands (!) */ macro
186 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP)
H A Ddump.c145 case OP_FORCE: in TargPrintNode()
H A Dengine.c457 } else if (gn->type & (OP_FORCE|OP_PHONY)) { in Make_OODate()
463 if (gn->type & OP_FORCE) in Make_OODate()
H A Dparse.c267 if (op & OP_FORCE) { in operator_string()
779 op = OP_FORCE; in parse_operator()