Searched refs:do_text (Results 1 – 1 of 1) sorted by relevance
148 int do_text = (print & text_mask) && text != MM_NULLTXT; in fmtmsg() local152 && (do_severity | do_text | do_action | do_tag)); in fmtmsg()158 do_severity && (do_text | do_action | do_tag) in fmtmsg()160 do_text ? text : "", in fmtmsg()161 do_text && (do_action | do_tag) ? "\n" : "", in fmtmsg()174 int do_text = text != MM_NULLTXT; in fmtmsg() local178 && (do_severity | do_text | do_action | do_tag)); in fmtmsg()184 do_severity && (do_text | do_action | do_tag) ? ": " : "", in fmtmsg()185 do_text ? text : "", in fmtmsg()186 do_text && (do_action | do_tag) ? "\n" : "", in fmtmsg()