Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/mail/
HDquit.c147 mp->m_flag |= MSTATUS; in quit()
149 if (mp->m_flag & MSTATUS) in quit()
407 mp->m_flag |= MSTATUS; in edstop()
409 if (mp->m_flag & (MODIFY|MDELETED|MSTATUS)) in edstop()
HDdef.h90 #define MSTATUS (1<<9) /* message status has changed */ macro
HDutil.c98 mp->m_flag |= MREAD|MSTATUS; in touch()
HDcmd3.c313 dot->m_flag |= MSTATUS; in unread()