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

/freebsd-9.3-release/usr.bin/mail/
H A Ddef.h160 #define GMASK (GTO|GSUBJECT|GCC|GBCC|GREPLYTO|GINREPLYTO) macro
H A Dsend.c437 if ((np->n_type & GMASK) == GTO)
440 else if ((np->n_type & GMASK) == GCC)
443 else if ((np->n_type & GMASK) == GBCC)
H A Dnames.c131 if (ntype && (p->n_type & GMASK) != ntype)
143 if (ntype && (p->n_type & GMASK) != ntype)

Completed in 69 milliseconds