Home
last modified time | relevance | path

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

/freebsd/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) in next()
193 mp->m_flag |= MSAVED; in save1()
309 mp->m_flag &= ~(MPRESERVE|MSAVED|MBOX); in delm()
H A Dquit.c135 nohold = MBOX|MSAVED|MDELETED|MPRESERVE; in quit()
137 nohold &= ~MSAVED; in quit()
H A Dcmd1.c178 if (mp->m_flag & MSAVED) in printhead()
H A Dlex.c631 if (mp->m_flag & MSAVED) in newfileinfo()