Home
last modified time | relevance | path

Searched refs:m_flag (Results 1 – 19 of 19) sorted by relevance

/netbsd/usr.bin/mail/
H A Dquit.c99 if ((mp->m_flag & MPRESERVE) || (mp->m_flag & MTOUCH)==0) { in writeback()
157 if (mp->m_flag & MNEW) { in edstop()
158 mp->m_flag &= ~MNEW; in edstop()
159 mp->m_flag |= MSTATUS; in edstop()
370 if (mp->m_flag & MNEW) { in quit()
371 mp->m_flag &= ~MNEW; in quit()
372 mp->m_flag |= MSTATUS; in quit()
374 if (mp->m_flag & MSTATUS) in quit()
379 mp->m_flag |= holdbit; in quit()
387 if (mp->m_flag & MBOX) in quit()
[all …]
H A Dlist.c234 ignore_message(int m_flag, int colmod) in ignore_message() argument
881 if ((mp->m_flag & MDELETED) == f) in metamess()
891 if ((mp->m_flag & MDELETED) == f) in metamess()
905 if ((dot->m_flag & MDELETED) != f) { in metamess()
1062 if ((mp->m_flag & MDELETED) == 0) in markall_core()
1074 if ((mp->m_flag & MDELETED) == 0) in markall_core()
1235 mp->m_flag &= ~MMARK; in markall()
1254 mp->m_flag |= MMARK; in markall()
1286 if (mp->m_flag & MMARK) in getmsglist()
1306 if ((mp->m_flag & m) == f) in first()
[all …]
H A Dlex.c810 (dot->m_flag & MDELETED) == 0) in execute()
1021 if (mp->m_flag & MNEW) in newfileinfo()
1027 if ((mp->m_flag & MREAD) == 0) in newfileinfo()
1046 if (mp->m_flag & MNEW) in newfileinfo()
1048 if ((mp->m_flag & MREAD) == 0) in newfileinfo()
1050 if (mp->m_flag & MDELETED) in newfileinfo()
1052 if (mp->m_flag & MSAVED) in newfileinfo()
1054 if (mp->m_flag & MTAGGED) in newfileinfo()
H A Dformat.c193 flags->f_and &= mp->m_flag; in get_and_or_flags()
194 flags->f_or |= mp->m_flag; in get_and_or_flags()
195 flags->f_new |= (mp->m_flag & (MREAD|MNEW)) == MNEW; in get_and_or_flags()
196 flags->f_unread |= (mp->m_flag & (MREAD|MNEW)) == 0; in get_and_or_flags()
215 flags.f_and = mp->m_flag; in sfmtflag()
216 flags.f_or = mp->m_flag; in sfmtflag()
998 if (mp != NULL && (mp->m_flag & MDELETED) != 0) in preformat()
H A Dsupport.c117 mp->m_flag &= args->and_bits; in set_m_flag_core()
118 mp->m_flag ^= args->xor_bits; in set_m_flag_core()
143 mp->m_flag |= MTOUCH; in touch()
144 if ((mp->m_flag & MREAD) == 0) in touch()
145 mp->m_flag |= MREAD|MSTATUS; in touch()
H A Dcmd2.c91 if ((mp->m_flag & MDELETED) == 0) { in next()
118 if ((mp->m_flag & (MDELETED|MSAVED)) == 0) in next()
192 mp->m_flag |= MSAVED; in save1_core()
402 dot->m_flag &= ~MDELETED; in undeletecmd()
H A Dfio.c113 mp->m_flag = flags; in message_init()
259 this.m_flag |= MREAD; in setptr()
261 this.m_flag &= ~MNEW; in setptr()
H A Dthread.c102 mp->m_depth, mp->m_flag); in show_msg()
143 if ((mp->m_flag & MTAGGED) == 0 || in is_tagged_core()
152 return mp->m_flag & MTAGGED && is_tagged_core(mp->m_clink); in is_tagged()
602 if ((S_IS_RESTRICT(state) && is_tagged(mp)) || mp->m_flag & MDELETED) in first_visible_message()
607 if ((S_IS_RESTRICT(state) && is_tagged(mp)) || mp->m_flag & MDELETED) in first_visible_message()
1109 mp->m_flag |= MTAGGED; in tagbelowcmd()
1730 mp->m_flag &= ~(MPRESERVE | MSAVED | MBOX); in deldupscmd()
1731 mp->m_flag |= MDELETED | MTOUCH; in deldupscmd()
H A Dmime_decode.c88 mip->mp->m_flag,
285 mp->m_flag = flag; in salloc_message()
307 new_mip->mp = salloc_message(this_mip->mp->m_flag, in insert_new_mip()
332 this_mp = salloc_message(top_mp->m_flag, top_mp->m_block, top_mp->m_offset); in split_multipart()
420 this_mp = salloc_message(top_mp->m_flag, top_mp->m_block, top_mp->m_offset); in split_message()
H A Dedit.c197 mp->m_flag |= MMODIFY; in edit1()
H A Ddef.h141 short m_flag; /* flags, see below */ member
H A Dsend.c102 if (mp->m_flag & MREAD) in statusput()
104 if ((mp->m_flag & MNEW) == 0) in statusput()
H A Dcmd1.c128 if (mp->m_flag & MDELETED) in headers()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcfg.h144 m_flag = HOST_WIDE_INT_1U << (free_bit - 1); in auto_flag()
149 if (m_flag == 0) in auto_flag()
151 gcc_checking_assert ((*sptr & m_flag) == 0); in auto_flag()
152 *sptr |= m_flag; in auto_flag()
156 gcc_checking_assert ((*m_sptr & m_flag) == m_flag); in ~auto_flag()
157 *m_sptr &= ~m_flag; in ~auto_flag()
159 operator T () const { return m_flag; } in T()
162 T m_flag; variable
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcfg.h146 m_flag = HOST_WIDE_INT_1U << (free_bit - 1); in auto_flag()
151 if (m_flag == 0) in auto_flag()
153 gcc_checking_assert ((*sptr & m_flag) == 0); in auto_flag()
154 *sptr |= m_flag; in auto_flag()
158 gcc_checking_assert ((*m_sptr & m_flag) == m_flag); in ~auto_flag()
159 *m_sptr &= ~m_flag; in ~auto_flag()
161 operator T () const { return m_flag; } in T()
164 T m_flag; variable
/netbsd/share/examples/puffs/pgfs/
H A Dmount.c84 .m_flag = PGFS_MNT_ALT_DUMMY, .m_altloc = 1, }, in main()
86 .m_flag = PGFS_MNT_ALT_DUMMY, .m_altloc = 1, }, in main()
88 .m_flag = PGFS_MNT_ALT_DEBUG, .m_altloc = 1, }, in main()
90 .m_flag = PGFS_MNT_ALT_DUMMY, .m_altloc = 1, }, in main()
/netbsd/lib/libutil/
H A Dgetmntopts.c181 *thisflagp |= m->m_flag; in getmntopts()
183 *thisflagp &= ~m->m_flag; in getmntopts()
/netbsd/include/
H A Dmntopts.h41 int m_flag; /* bit to set, eg. MNT_RDONLY */ member
/netbsd/usr.sbin/pstat/
H A Dpstat.c118 u_int m_flag; member
670 if (flags & mnt_flags[i].m_flag) { in mount_print()
672 flags &= ~mnt_flags[i].m_flag; in mount_print()