Lines Matching refs:msg
114 exvwarning2(const char *msg, va_list ap) in exvwarning2() argument
127 doformat(errs, msg, ap); in exvwarning2()
143 exverror(int cond, const char *msg, va_list ap) in exverror() argument
146 if (msg) { in exverror()
150 TRACEV((msg, aq)); in exverror()
155 if (msg) in exverror()
157 exvwarning(-1, msg, ap); in exverror()
166 sh_error(const char *msg, ...) in sh_error() argument
172 va_start(ap, msg); in sh_error()
173 exverror(EXERROR, msg, ap); in sh_error()
180 exerror(int cond, const char *msg, ...) in exerror() argument
184 va_start(ap, msg); in exerror()
185 exverror(cond, msg, ap); in exerror()