Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcompat.c256 silent = (gn->type & OP_SILENT) != OP_NONE; in Compat_RunCommand()
586 gn->type |= OP_SILENT; in MakeUnmade()
598 Job_Touch(gn, (gn->type & OP_SILENT) != OP_NONE); in MakeUnmade()
H A Dtarg.c401 { OP_SILENT, false, "SILENT" }, in Targ_PrintType()
H A Dmake.h322 OP_SILENT = 1 << 8, enumerator
H A Djob.c1639 if (gn->type & OP_SILENT) /* might have changed */ in JobWriteShellCommands()
1669 job->echo = !(opts.silent || gn->type & OP_SILENT); in Job_Make()
H A Dmake.c145 ADD(OP_SILENT); in GNodeType_ToString()
H A Dmeta.c537 gn->type |= OP_SILENT; in meta_create()
H A Dparse.c300 { ".SILENT", SP_SILENT, OP_SILENT },