Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c1157 rtnval |= MM_NOCON; in fmtmsg()
1160 rtnval |= MM_NOCON; in fmtmsg()
1164 if ((rtnval & (MM_NOCON | MM_NOMSG)) == (MM_NOCON | MM_NOMSG)) in fmtmsg()
/titanic_41/usr/src/head/
H A Dfmtmsg.h195 #define MM_NOCON 0x04 macro
/titanic_41/usr/src/lib/libast/common/comp/
H A Dfmtmsglib.c277 r |= MM_NOCON;
280 c = MM_NOCON;
/titanic_41/usr/src/cmd/fmtmsg/
H A Dmain.c823 if (msgrtn & MM_NOCON) exitval += 4; in main()