Lines Matching refs:config
39 static void voutf(struct GlobalConfig *config,
44 static void voutf(struct GlobalConfig *config,
51 if(!config->silent) {
95 void notef(struct GlobalConfig *config, const char *fmt, ...)
99 if(config->tracetype)
100 voutf(config, NOTE_PREFIX, fmt, ap);
108 void warnf(struct GlobalConfig *config, const char *fmt, ...)
112 voutf(config, WARN_PREFIX, fmt, ap);
142 void errorf(struct GlobalConfig *config, const char *fmt, ...)
144 if(!config->silent || config->showerror) {
147 voutf(config, ERROR_PREFIX, fmt, ap);