Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Dfmtmsg.h164 #define MM_NULLTXT ((char *)0) macro
/titanic_50/usr/src/cmd/users/
H A Dusers.c217 if (text != MM_NULLTXT) { in wrtmsg()
223 (text == MM_NULLTXT) ? MM_NULLTXT : msgbuf, in wrtmsg()
/titanic_50/usr/src/cmd/logins/
H A Dlogins.c228 if (text != MM_NULLTXT) { in wrtmsg()
233 (text == MM_NULLTXT) ? MM_NULLTXT : msgbuf, action, tag); in wrtmsg()
/titanic_50/usr/src/cmd/fmtmsg/
H A Dmain.c805 if (!text_seen) text = MM_NULLTXT; in main()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c850 dotext = (verbosity & MV_TXT) && (text != MM_NULLTXT); in writemsg()