Searched refs:OP_SILENT (Results 1 – 7 of 7) sorted by relevance
238 silent = (gn->type & OP_SILENT) != OP_NONE; in Compat_RunCommand()591 gn->type |= OP_SILENT; in MakeUnmade()607 Job_Touch(gn, (gn->type & OP_SILENT) != OP_NONE); in MakeUnmade()
408 { OP_SILENT, false, "SILENT" }, in Targ_PrintType()
284 OP_SILENT = 1 << 8, enumerator
1622 if (gn->type & OP_SILENT) /* might have changed */ in JobWriteShellCommands()1666 job->echo = !(opts.silent || gn->type & OP_SILENT); in JobStart()
145 ADD(OP_SILENT); in GNodeType_ToString()
527 gn->type |= OP_SILENT; in meta_create()
301 { ".SILENT", SP_SILENT, OP_SILENT },