Lines Matching defs:silent
1244 IncludeFile(const char *file, bool isSystem, bool depinc, bool silent)
1262 if (!silent)
1271 if (!silent)
1301 opts.silent = true;
2000 bool silent = directive[0] != 'i';
2003 p = directive + (silent ? 8 : 7);
2027 IncludeFile(file.str, endc == '>', directive[0] == 'd', silent);
2227 bool silent = line[0] != 'i';
2228 char *file = line + (silent ? 8 : 7);
2248 IncludeFile(file, false, false, silent);