Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/mail/
H A Dsend.c456 if (hp->h_in_reply_to != NULL && w & GMISC) in puthead()
458 if (hp->h_references != NULL && w & GMISC) in puthead()
460 if (hp->h_extra != NULL && w & GMISC) { in puthead()
504 GTO | GSUBJECT | GCC | GBCC | GMISC | GNL | GCOMMA in infix()
H A Dnames.c309 (void)puthead(hp, fout, GTO|GSUBJECT|GCC|GMISC|GMIME|GNL); in outof()
311 (void)puthead(hp, fout, GTO|GSUBJECT|GCC|GMISC|GNL); in outof()
H A Ddef.h251 #define GMISC 0x020 /* miscellaneous extra fields for sending */ macro
H A Dcmd4.c297 np->n_type = GMISC; in alloc_Header()
H A Dcmd3.c291 hp->h_references = extract(references, GMISC); in set_ident_fields()
292 hp->h_references = cat(hp->h_references, extract(in_reply_to, GMISC)); in set_ident_fields()