Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dcmd2.c104 if ((mp->m_flag & (MDELETED|MSAVED)) == 0) in next()
314 mp->m_flag |= MSAVED; in savemsglist()
561 mp->m_flag &= ~(MPRESERVE|MSAVED|MBOX); in delm()
H A Dquit.c109 nohold = MBOXED|MBOX|MSAVED|MDELETED|MPRESERVE; in quit()
111 nohold &= ~MSAVED; in quit()
H A Dcmd4.c229 mp->m_flag &= ~MSAVED; /* should probably turn off more */ in loadmsg()
H A Dcmd1.c247 if (mp->m_flag & MSAVED) in printhead()
H A Dlex.c883 if (mp->m_flag & MSAVED) in newfileinfo()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h124 #define MSAVED (1<<2) /* entry has been saved */ macro
205 #define MMNORM (MDELETED|MSAVED) /* Look at both save and delete bits */