Searched refs:do_tag (Results 1 – 1 of 1) sorted by relevance
150 int do_tag = (print & tag_mask) && tag != MM_NULLTAG; in fmtmsg() local152 && (do_severity | do_text | do_action | do_tag)); in fmtmsg()158 do_severity && (do_text | do_action | do_tag) in fmtmsg()161 do_text && (do_action | do_tag) ? "\n" : "", in fmtmsg()164 do_action && do_tag ? " " : "", in fmtmsg()165 do_tag ? tag : "") < 0) in fmtmsg()176 int do_tag = tag != MM_NULLTAG; in fmtmsg() local178 && (do_severity | do_text | do_action | do_tag)); in fmtmsg()184 do_severity && (do_text | do_action | do_tag) ? ": " : "", in fmtmsg()186 do_text && (do_action | do_tag) ? "\n" : "", in fmtmsg()[all …]