Home
last modified time | relevance | path

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

/openbsd/usr.bin/make/
H A Dgnode.h188 #define OP_OPTIONAL 0x00000008 /* Don't care if the target doesn't macro
H A Dcompat.c159 if (cmdsOk || (gn->type & OP_OPTIONAL)) in CompatMake()
H A Dengine.c193 if (gn->type & OP_OPTIONAL) { in node_failure()
242 if (gn->type & (OP_USE|OP_OPTIONAL|OP_PHONY)) { in Job_Touch()
H A Dparse.c201 { P(NODE_OPTIONAL), SPECIAL_OPTIONAL, OP_OPTIONAL },