Searched refs:OP_SILENT (Results 1 – 7 of 7) sorted by relevance
241 silent = (gn->type & OP_SILENT) != OP_NONE; in Compat_RunCommand()594 gn->type |= OP_SILENT; in MakeUnmade()610 Job_Touch(gn, (gn->type & OP_SILENT) != OP_NONE); in MakeUnmade()
408 { OP_SILENT, false, "SILENT" }, in Targ_PrintType()
300 OP_SILENT = 1 << 8, enumerator
1654 if (gn->type & OP_SILENT) /* might have changed */ in JobWriteShellCommands()1698 job->echo = !(opts.silent || gn->type & OP_SILENT); in JobStart()
145 ADD(OP_SILENT); in GNodeType_ToString()
534 gn->type |= OP_SILENT; in meta_create()
317 { ".SILENT", SP_SILENT, OP_SILENT },