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

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

Completed in 107 milliseconds