Home
last modified time | relevance | path

Searched refs:GCOMMA (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/mail/
H A Dsend.c469 GTO|GSUBJECT|GCC|GBCC|GREPLYTO|GINREPLYTO|GNL|GCOMMA); in infix()
505 fmt("To:", hp->h_to, fo, w&GCOMMA), gotcha++; in puthead()
509 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++; in puthead()
511 fmt("Bcc:", hp->h_bcc, fo, w&GCOMMA), gotcha++; in puthead()
H A Ddef.h163 #define GCOMMA 0x100 /* detract puts in commas */ macro
H A Dnames.c117 comma = ntype & GCOMMA; in detract()
120 ntype &= ~GCOMMA; in detract()