Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/mail/
HDsend.c475 GTO|GSUBJECT|GCC|GBCC|GREPLYTO|GINREPLYTO|GNL|GCOMMA); in infix()
511 fmt("To:", hp->h_to, fo, w&GCOMMA), gotcha++; in puthead()
515 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++; in puthead()
517 fmt("Bcc:", hp->h_bcc, fo, w&GCOMMA), gotcha++; in puthead()
HDdef.h165 #define GCOMMA 0x100 /* detract puts in commas */ macro
HDnames.c123 comma = ntype & GCOMMA; in detract()
126 ntype &= ~GCOMMA; in detract()