Searched refs:do_action (Results 1 – 1 of 1) sorted by relevance
152 && (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()162 do_action ? "TO FIX: " : "", in fmtmsg()163 do_action ? action : "", in fmtmsg()164 do_action && do_tag ? " " : "", in fmtmsg()175 int do_action = action != MM_NULLACT; in fmtmsg() local186 do_text && (do_action | do_tag) ? "\n" : "", in fmtmsg()187 do_action ? "TO FIX: " : "", in fmtmsg()188 do_action ? action : "", in fmtmsg()[all …]
Completed in 4 milliseconds