Home
last modified time | relevance | path

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

/openbsd/usr.bin/mail/
H A Dsend.c449 if ((np->n_type & GMASK) == GTO) in fixhead()
452 else if ((np->n_type & GMASK) == GCC) in fixhead()
455 else if ((np->n_type & GMASK) == GBCC) in fixhead()
H A Ddef.h161 #define GMASK (GTO|GSUBJECT|GCC|GBCC) macro
H A Dnames.c127 if (ntype && (p->n_type & GMASK) != ntype) in detract()
139 if (ntype && (p->n_type & GMASK) != ntype) in detract()