OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSAVED
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/mail/
def.h
166
#define
MSAVED
(1<<2) /* entry has been saved */
232
#define MMNORM (MDELETED|
MSAVED
)/* Look at both save and delete bits */
cmd2.c
118
if ((mp->m_flag & (MDELETED|
MSAVED
)) == 0)
192
mp->m_flag |=
MSAVED
;
326
~(MPRESERVE|
MSAVED
|MBOX|MDELETED|MTOUCH), MDELETED|MTOUCH);
quit.c
366
nohold = MBOX|
MSAVED
|MDELETED|MPRESERVE;
368
nohold &= ~
MSAVED
;
format.c
242
if (flags.f_or &
MSAVED
)
244
if (flags.f_and &
MSAVED
)
lex.c
1053
if (mp->m_flag &
MSAVED
)
thread.c
1727
mp->m_flag &= ~(MPRESERVE |
MSAVED
| MBOX);
Completed in 45 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025