Home
last modified time | relevance | path

Searched refs:GSUBJECT (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.bin/mail/
Ddef.h159 #define GSUBJECT 2 /* Likewise, Subject: line */ macro
162 #define GMASK (GTO|GSUBJECT|GCC|GBCC)
Dcollect.c99 t = GTO|GSUBJECT|GCC|GNL; in collect()
108 if (getsub && gethfromtty(hp, GSUBJECT) == -1) in collect()
220 grabh(hp, GTO|GSUBJECT|GCC|GBCC); in collect()
340 puthead(hp, stdout, GTO|GSUBJECT|GCC|GBCC|GNL); in collect()
Dsend.c473 (void)puthead(hp, nfo, GTO|GSUBJECT|GCC|GBCC|GNL|GCOMMA); in infix()
510 if (hp->h_subject != NULL && w & GSUBJECT) in puthead()
Dtty.c124 if (gflags & GSUBJECT) { in grabh()
Dnames.c261 puthead(hp, fout, GTO|GSUBJECT|GCC|GNL); in outof()