Home
last modified time | relevance | path

Searched refs:ALLOW_NEW (Results 1 – 11 of 11) sorted by relevance

/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dm_convert.c63 if ((mp->msgflags & ALLOW_NEW) && !strcmp (cp, "new")) { in m_convert()
195 if (mp->msgflags & ALLOW_NEW) { in m_convert()
230 ((mp->msgflags & ALLOW_NEW) && is_select_empty (mp, first))) { in m_convert()
281 if (mp->msgflags & ALLOW_NEW) in m_conv()
296 return (mp->hghmsg || !(mp->msgflags & ALLOW_NEW) in m_conv()
301 return (mp->hghmsg || !(mp->msgflags & ALLOW_NEW) ? mp->hghmsg : BADMSG); in m_conv()
H A Dm_draft.c58 mp->msgflags |= ALLOW_NEW; /* allow the "new" sequence */ in m_draft()
/dports/editors/jove/jove/
H A Dextend.h12 #define ALLOW_NEW 010 /* accept non-member (on CR) */ macro
H A Dmacros.c211 if ((m = ask_macname(ProcFmt, ALLOW_OLD | ALLOW_INDEX | ALLOW_NEW)) == NULL)
272 ALLOW_OLD | ALLOW_INDEX | ALLOW_NEW);
H A Dextend.c477 if (c == '\r' && (comp_flags & (len == 0? ALLOW_EMPTY : ALLOW_NEW))) {
492 if (maxmatch < len && (comp_flags & ALLOW_NEW) == 0) {
H A Dbuf.c148 setbname(curbuf, ask_buf((Buffer *)NULL, ALLOW_NEW)); in ReNamBuf()
215 bname = ask_buf(lastbuf, ALLOW_OLD | ALLOW_INDEX | ALLOW_NEW); in BufSelect()
H A Dwind.c536 char *bname = ask_buf(lastbuf, ALLOW_OLD | ALLOW_INDEX | ALLOW_NEW); in GotoWind()
/dports/mail/nmh/nmh-1.7.1/uip/
H A Dmhpath.c104 mp->msgflags |= ALLOW_NEW; /* allow the "new" sequence */ in main()
/dports/mail/nmh/nmh-1.7.1/h/
H A Dmh.h172 #define ALLOW_NEW (1<<2) /* allow the "new" sequence */ macro
/dports/mail/mmh/mmh-0.4/docs/
H A DChangeLog_nmh2922 more appropriate. Changed the MHPATH flag to ALLOW_NEW.
/dports/mail/mmh/mmh-0.4/
H A DChangeLog12107 s/ALLOW_NEW/ALLOW_BEYOND/