Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dsend.c431 if ((np->n_type & GMASK) == GTO) in fixhead()
434 else if ((np->n_type & GMASK) == GCC) in fixhead()
437 else if ((np->n_type & GMASK) == GBCC) in fixhead()
H A Ddef.h158 #define GMASK (GTO|GSUBJECT|GCC|GBCC|GREPLYTO|GINREPLYTO) macro
H A Dnames.c125 if (ntype && (p->n_type & GMASK) != ntype) in detract()
137 if (ntype && (p->n_type & GMASK) != ntype) in detract()