Searched refs:GCOMMA (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | send.c | 469 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 D | def.h | 163 #define GCOMMA 0x100 /* detract puts in commas */ macro
|
H A D | names.c | 117 comma = ntype & GCOMMA; in detract() 120 ntype &= ~GCOMMA; in detract()
|