Lines Matching refs:config
36 static void voutf(struct GlobalConfig *config,
42 if(!config->mute) {
51 fputs(prefix, config->errors);
64 (void)fwrite(ptr, cut + 1, 1, config->errors);
65 fputs("\n", config->errors);
70 fputs(ptr, config->errors);
81 void notef(struct GlobalConfig *config, const char *fmt, ...)
85 if(config->tracetype)
86 voutf(config, NOTE_PREFIX, fmt, ap);
95 void warnf(struct GlobalConfig *config, const char *fmt, ...)
99 voutf(config, WARN_PREFIX, fmt, ap);