Home
last modified time | relevance | path

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

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