Searched refs:OP_OPTIONAL (Results 1 – 4 of 4) sorted by relevance
188 #define OP_OPTIONAL 0x00000008 /* Don't care if the target doesn't macro
159 if (cmdsOk || (gn->type & OP_OPTIONAL)) in CompatMake()
193 if (gn->type & OP_OPTIONAL) { in node_failure()242 if (gn->type & (OP_USE|OP_OPTIONAL|OP_PHONY)) { in Job_Touch()
201 { P(NODE_OPTIONAL), SPECIAL_OPTIONAL, OP_OPTIONAL },