Home
last modified time | relevance | path

Searched refs:OP_SILENT (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/bmake/
HDcompat.c240 silent = (gn->type & OP_SILENT) != OP_NONE; in Compat_RunCommand()
592 gn->type |= OP_SILENT; in MakeUnmade()
608 Job_Touch(gn, (gn->type & OP_SILENT) != OP_NONE); in MakeUnmade()
HDtarg.c408 { OP_SILENT, false, "SILENT" }, in Targ_PrintType()
HDmake.h300 OP_SILENT = 1 << 8, enumerator
HDjob.c1637 if (gn->type & OP_SILENT) /* might have changed */ in JobWriteShellCommands()
1681 job->echo = !(opts.silent || gn->type & OP_SILENT); in JobStart()
HDmake.c145 ADD(OP_SILENT); in GNodeType_ToString()
HDmeta.c538 gn->type |= OP_SILENT; in meta_create()
HDparse.c304 { ".SILENT", SP_SILENT, OP_SILENT },