Lines Matching defs:silent
1248 IncludeFile(const char *file, bool isSystem, bool depinc, bool silent)
1266 if (!silent)
1275 if (!silent)
1305 opts.silent = true;
2004 bool silent = directive[0] != 'i';
2007 p = directive + (silent ? 8 : 7);
2031 IncludeFile(file.str, endc == '>', directive[0] == 'd', silent);
2231 bool silent = line[0] != 'i';
2232 char *file = line + (silent ? 8 : 7);
2252 IncludeFile(file, false, false, silent);