Home
last modified time | relevance | path

Searched refs:print (Results 1 – 1 of 1) sorted by relevance

/stdlib/
A Dfmtmsg.c92 static int print; variable
146 int do_label = (print & label_mask) && label != MM_NULLLBL; in fmtmsg()
147 int do_severity = (print & severity_mask) && severity != MM_NULLSEV; in fmtmsg()
148 int do_text = (print & text_mask) && text != MM_NULLTXT; in fmtmsg()
149 int do_action = (print & action_mask) && action != MM_NULLACT; in fmtmsg()
150 int do_tag = (print & tag_mask) && tag != MM_NULLTAG; in fmtmsg()
225 print |= 1 << cnt; in init()
236 print = all_mask; in init()
243 print = all_mask; in init()

Completed in 5 milliseconds