Lines Matching defs:silent
174 SP_SILENT, /* .SILENT */
295 { ".SILENT", SP_SILENT, OP_SILENT },
895 * attribute (such as .SILENT) and if so, apply it to all targets. Otherwise
1299 IncludeFile(const char *file, bool isSystem, bool depinc, bool silent)
1317 if (!silent)
1326 if (!silent)
1356 opts.silent = true;
2057 bool silent = directive[0] != 'i';
2060 p = directive + (silent ? 8 : 7);
2084 IncludeFile(file.str, endc == '>', directive[0] == 'd', silent);
2284 bool silent = line[0] != 'i';
2285 char *file = line + (silent ? 8 : 7);
2305 IncludeFile(file, false, false, silent);