Searched refs:MM_NULLTXT (Results 1 – 5 of 5) sorted by relevance
164 #define MM_NULLTXT ((char *)0) macro
217 if (text != MM_NULLTXT) { in wrtmsg()223 (text == MM_NULLTXT) ? MM_NULLTXT : msgbuf, in wrtmsg()
228 if (text != MM_NULLTXT) { in wrtmsg()233 (text == MM_NULLTXT) ? MM_NULLTXT : msgbuf, action, tag); in wrtmsg()
805 if (!text_seen) text = MM_NULLTXT; in main()
850 dotext = (verbosity & MV_TXT) && (text != MM_NULLTXT); in writemsg()