HomeSort by: relevance | last modified time | path
    Searched refs:OP_SILENT (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/make/
compat.c 254 silent = (gn->type & OP_SILENT) != OP_NONE;
580 gn->type |= OP_SILENT;
592 Job_Touch(gn, (gn->type & OP_SILENT) != OP_NONE);
targ.c 401 { OP_SILENT, false, "SILENT" },
make.h 299 OP_SILENT = 1 << 8,
job.c 1665 if (gn->type & OP_SILENT) /* might have changed */
1695 job->echo = !(opts.silent || gn->type & OP_SILENT);
make.c 148 ADD(OP_SILENT);
meta.c 528 gn->type |= OP_SILENT;
parse.c 295 { ".SILENT", SP_SILENT, OP_SILENT },

Completed in 21 milliseconds