Searched refs:MSAVED (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Ddef.h83 #define MSAVED (1<<2) /* entry has been saved */ macro
140 #define MMNORM (MDELETED|MSAVED)/* Look at both save and delete bits */
H A Dcmd2.c111 if ((mp->m_flag & (MDELETED|MSAVED)) == 0)
196 mp->m_flag |= MSAVED;
309 mp->m_flag &= ~(MPRESERVE|MSAVED|MBOX);
H A Dquit.c141 nohold = MBOX|MSAVED|MDELETED|MPRESERVE;
143 nohold &= ~MSAVED;
H A Dcmd1.c183 if (mp->m_flag & MSAVED)
H A Dlex.c637 if (mp->m_flag & MSAVED)

Completed in 68 milliseconds