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

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h76 #define OP_OPTIONAL 0x00000008 /* Don't care if the target doesn't macro
H A Dtarg.c338 { OP_OPTIONAL, ".OPTIONAL" },
H A Djob.c1164 if (gn->type & (OP_JOIN | OP_USE | OP_EXEC | OP_OPTIONAL)) {
1261 if (gn->type & OP_OPTIONAL) {
H A Dparse.c224 { ".OPTIONAL", Attribute, OP_OPTIONAL },
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h260 #define OP_OPTIONAL 0x00000008 /* Don't care if the target doesn't macro
H A Djob.c1161 if (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC|OP_OPTIONAL|
1273 if (gn->type & OP_OPTIONAL) {
H A Dmake.c299 ((gn->mtime == 0 && !(gn->type & OP_OPTIONAL))
H A Dparse.c327 { ".OPTIONAL", Attribute, OP_OPTIONAL },
H A Dsuff.c1433 if (s->type & OP_OPTIONAL && Lst_IsEmpty(t->commands)) {

Completed in 82 milliseconds