Searched refs:OP_OPTIONAL (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/bmake/
H A Dmake.h266 #define OP_OPTIONAL 0x00000008 /* Don't care if the target doesn't macro
H A Djob.c1189 if (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC|OP_OPTIONAL|
1300 if (gn->type & OP_OPTIONAL) {
H A Dmake.c299 ((gn->mtime == 0 && !(gn->type & OP_OPTIONAL))
H A Dparse.c333 { ".OPTIONAL", Attribute, OP_OPTIONAL },
H A Dsuff.c1447 if (s->type & OP_OPTIONAL && Lst_IsEmpty(t->commands)) {

Completed in 87 milliseconds