Home
last modified time | relevance | path

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

/netbsd/usr.bin/make/
H A Dcompat.c238 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()
H A Dtarg.c408 { OP_SILENT, false, "SILENT" }, in Targ_PrintType()
H A Dmake.h284 OP_SILENT = 1 << 8, enumerator
H A Djob.c1622 if (gn->type & OP_SILENT) /* might have changed */ in JobWriteShellCommands()
1666 job->echo = !(opts.silent || gn->type & OP_SILENT); in JobStart()
H A Dmake.c145 ADD(OP_SILENT); in GNodeType_ToString()
H A Dmeta.c527 gn->type |= OP_SILENT; in meta_create()
H A Dparse.c301 { ".SILENT", SP_SILENT, OP_SILENT },