HomeSort by: relevance | last modified time | path
    Searched refs:GCOMMA (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/mail/
send.c 449 fmt("To:", hp->h_to, fo, w & GCOMMA), gotcha++;
453 fmt("Cc:", hp->h_cc, fo, w & GCOMMA), gotcha++;
455 fmt("Bcc:", hp->h_bcc, fo, w & GCOMMA), gotcha++;
459 fmt("References:", hp->h_references, fo, w & GCOMMA), gotcha++;
504 GTO | GSUBJECT | GCC | GBCC | GMISC | GNL | GCOMMA
def.h 260 #define GCOMMA 0x400 /* detract puts in commas */
names.c 175 comma = ntype & GCOMMA;
178 ntype &= ~GCOMMA;
cmd3.c 541 (void)puthead(&hdr, obuf, GTO | GCOMMA);

Completed in 36 milliseconds