Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dquit.c141 mp->m_flag |= MSTATUS; in quit()
143 if (mp->m_flag & MSTATUS) in quit()
401 mp->m_flag |= MSTATUS; in edstop()
403 if (mp->m_flag & (MODIFY|MDELETED|MSTATUS)) in edstop()
H A Ddef.h88 #define MSTATUS (1<<9) /* message status has changed */ macro
H A Dutil.c92 mp->m_flag |= MREAD|MSTATUS; in touch()
H A Dcmd3.c312 dot->m_flag |= MSTATUS; in unread()