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