Lines Matching refs:mt
39 msgq(SCR *sp, mtype_t mt, const char *fmt, ...) in msgq() argument
56 if (mt == M_BERR) in msgq()
57 mt = M_ERR; in msgq()
58 else if (mt == M_VINFO) in msgq()
59 mt = M_INFO; in msgq()
62 switch (mt) { in msgq()
68 mt = M_ERR; in msgq()
73 mt = M_INFO; in msgq()
117 if (mt == M_SYSERR) { in msgq()
131 if ((mt == M_ERR || mt == M_SYSERR) && in msgq()
161 if (mt == M_SYSERR) { in msgq()
166 mt = M_ERR; in msgq()
177 gp->scr_msg(sp, mt, bp, mlen); in msgq()