Home
last modified time | relevance | path

Searched refs:GMASK (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/usr.bin/mail/
Dsend.c439 if ((np->n_type & GMASK) == GTO) in fixhead()
442 else if ((np->n_type & GMASK) == GCC) in fixhead()
445 else if ((np->n_type & GMASK) == GBCC) in fixhead()
Ddef.h162 #define GMASK (GTO|GSUBJECT|GCC|GBCC|GREPLYTO|GINREPLYTO) macro
Dnames.c133 if (ntype && (p->n_type & GMASK) != ntype) in detract()
145 if (ntype && (p->n_type & GMASK) != ntype) in detract()