Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmap.c4406 if (bitset(MF_SINGLEMATCH, map->map_mflags))
4754 map->map_mflags |= MF_SINGLEMATCH;
5187 if (bitset(MF_SINGLEMATCH, map->map_mflags))
H A Dsendmail.h1539 #define MF_SINGLEMATCH 0x00100000 /* successful only if match one key */ macro