Home
last modified time | relevance | path

Searched refs:MI_LFLAGS_SYM (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/sendmail/src/
Dmilter.c2239 if ((m->mf_lflags & MI_LFLAGS_SYM(stage)) != 0)
2333 m->mf_lflags |= MI_LFLAGS_SYM(i);
4371 if ((m->mf_lflags & MI_LFLAGS_SYM(SMFIM_EOH)) != 0)
4399 if ((m->mf_lflags & MI_LFLAGS_SYM(SMFIM_EOH)) != 0)
Dsendmail.h1851 #define MI_LFLAGS_SYM(st) (1 << (st)) /* has its own symlist for stage st */ macro