Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c179 t = GMASK; in collect()
441 grabh(hp, GMASK, (int)value("bsdcompat")); in collect()
653 puthead(hp, fbuf, GMASK, 0); in collect()
727 puthead(hp, fbuf, GMASK|GCLEN, fsize(ibuf)); in collect()
861 puthead(hp, fbuf, GMASK, 0); in mesedit()
1187 puthead(savehp, dbuf, GMASK|GCLEN, fsize(newi)); in collrub()
H A Dsend.c536 puthead(hp, fp, GMASK|GCLEN, fsize(mtf) - textpos); in mail1()
626 puthead(hp, nfo, (GMASK & ~GBCC) | GCLEN, fsize(fi)); in infix()
751 puthead(hp, fo, GMASK|GCLEN, fsize(fi) - textpos); in savemail()
H A Dnames.c160 if ((ntype && (p->n_type & GMASK) != ntype) || in detract()
170 if ((ntype && (p->n_type & GMASK) != ntype) || in detract()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h226 #define GMASK (GTO|GSUBJECT|GCC|GBCC|GDEFOPT|GNL|GOTHER) macro