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

  /src/usr.bin/mail/
def.h 249 #define GBCC 0x008 /* And also the Bcc: line */
255 #define GMASK (GTO | GSUBJECT | GCC | GBCC | GSMOPTS)
tty.c 335 if (gflags & GBCC) {
337 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC);
collect.c 548 (void)grabh(hp, GTO | GSUBJECT | GCC | GBCC | GSMOPTS);
573 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC));
727 GTO | GSUBJECT | GCC | GBCC | GSMOPTS | GNL);
send.c 355 else if ((np->n_type & GMASK) == GBCC)
454 if (hp->h_bcc != NULL && w & GBCC)
504 GTO | GSUBJECT | GCC | GBCC | GMISC | GNL | GCOMMA
704 (void)grabh(hp, GBCC);
main.c 347 bcc = cat(bcc, lexpand(optarg, GBCC));

Completed in 17 milliseconds