Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mail/
Ddef.h158 #define GSUBJECT 2 /* Likewise, Subject: line */ macro
161 #define GMASK (GTO|GSUBJECT|GCC|GBCC)
Dcollect.c90 t = GTO|GSUBJECT|GCC|GNL; in collect()
99 if (getsub && gethfromtty(hp, GSUBJECT) == -1) in collect()
211 grabh(hp, GTO|GSUBJECT|GCC|GBCC); in collect()
331 puthead(hp, stdout, GTO|GSUBJECT|GCC|GBCC|GNL); in collect()
Dsend.c485 (void)puthead(hp, nfo, GTO|GSUBJECT|GCC|GBCC|GNL|GCOMMA); in infix()
526 if (hp->h_subject != NULL && w & GSUBJECT) in puthead()
Dtty.c129 if (gflags & GSUBJECT) { in grabh()
Dnames.c255 puthead(hp, fout, GTO|GSUBJECT|GCC|GNL); in outof()