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

/freebsd-current/usr.bin/mail/
H A Ddef.h81 #define MSAVED (1<<2) /* entry has been saved */ macro
138 #define MMNORM (MDELETED|MSAVED)/* Look at both save and delete bits */
H A Dcmd2.c106 if ((mp->m_flag & (MDELETED|MSAVED)) == 0)
193 mp->m_flag |= MSAVED;
309 mp->m_flag &= ~(MPRESERVE|MSAVED|MBOX);
H A Dquit.c135 nohold = MBOX|MSAVED|MDELETED|MPRESERVE;
137 nohold &= ~MSAVED;
H A Dcmd1.c178 if (mp->m_flag & MSAVED)
H A Dlex.c631 if (mp->m_flag & MSAVED)

Completed in 120 milliseconds