Lines Matching refs:mt
38 msgq(SCR *sp, mtype_t mt, const char *fmt, ...) in msgq() argument
71 if (mt == M_BERR) in msgq()
72 mt = M_ERR; in msgq()
73 else if (mt == M_VINFO) in msgq()
74 mt = M_INFO; in msgq()
77 switch (mt) { in msgq()
83 mt = M_ERR; in msgq()
88 mt = M_INFO; in msgq()
132 if (mt == M_SYSERR) { in msgq()
145 if ((mt == M_ERR || mt == M_SYSERR) && in msgq()
318 if (mt == M_SYSERR) { in msgq()
323 mt = M_ERR; in msgq()
334 gp->scr_msg(sp, mt, bp, mlen); in msgq()