Home
last modified time | relevance | path

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

/titanic_41/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.c535 puthead(hp, fp, GMASK|GCLEN, fsize(mtf) - textpos); in mail1()
625 puthead(hp, nfo, (GMASK & ~GBCC) | GCLEN, fsize(fi)); in infix()
750 puthead(hp, fo, GMASK|GCLEN, fsize(fi) - textpos); in savemail()
H A Dnames.c159 if ((ntype && (p->n_type & GMASK) != ntype) || in detract()
169 if ((ntype && (p->n_type & GMASK) != ntype) || in detract()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h225 #define GMASK (GTO|GSUBJECT|GCC|GBCC|GDEFOPT|GNL|GOTHER) macro