Home
last modified time | relevance | path

Searched refs:MBOX (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/
H A Drx_vrexx.t45 OS2::REXX::_set("MBOX.0" => 4,
46 "MBOX.1" => "Perl VREXX Access Test",
47 "MBOX.2" => "",
48 "MBOX.3" => "(C) Andreas Kaiser",
49 "MBOX.4" => "December 1994")
57 $result = OS2::REXX::_call("VMsgBox", $vmsgbox, "", "Perl", "MBOX", 1) or die "VMsgBox";
/openbsd/usr.bin/mail/
H A Dquit.c140 holdbit = autohold ? MPRESERVE : MBOX; in quit()
141 nohold = MBOX|MSAVED|MDELETED|MPRESERVE; in quit()
158 if (mp->m_flag & MBOX) in quit()
244 if (mp->m_flag & MBOX) in quit()
H A Ddef.h93 #define MBOX (1<<10) /* Send this to mbox, regardless */ macro
H A Dcmd1.c213 if (mp->m_flag & MBOX) in printhead()
467 dot->m_flag |= MTOUCH|MBOX; in mboxit()
H A Dcmd3.c280 dot->m_flag &= ~(MBOX|MREAD|MTOUCH); in marknew()
305 mp->m_flag &= ~MBOX; in preserve()
H A Dcmd2.c299 mp->m_flag &= ~(MPRESERVE|MSAVED|MBOX); in delm()
/openbsd/usr.sbin/smtpd/
H A Dparse.y179 %token MAIL_FROM MAILDIR MASK_SRC MASQUERADE MATCH MAX_MESSAGE_SIZE MAX_DEFERRED MBOX MDA MTA MX
671 MBOX {
2700 { "mbox", MBOX }, in lookup()