Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dtarg.c414 { OP_OPTIONAL, false, "OPTIONAL" }, in Targ_PrintType()
H A Dmake.c140 ADD(OP_OPTIONAL); in GNodeType_ToString()
239 if (gn->mtime == 0 && !(gn->type & OP_OPTIONAL)) { in IsOODateRegular()
H A Dmake.h284 OP_OPTIONAL = 1 << 3, enumerator
H A Djob.c1304 (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC | OP_OPTIONAL | in Job_Touch()
1393 if (gn->type & OP_OPTIONAL) { in Job_CheckCommands()
H A Dsuff.c1193 if (sgn->type & OP_OPTIONAL && Lst_IsEmpty(&tgn->commands)) { in FindCmds()
H A Dparse.c293 { ".OPTIONAL", SP_ATTRIBUTE, OP_OPTIONAL },