Home
last modified time | relevance | path

Searched refs:h_bcc (Results 1 – 21 of 21) sorted by relevance

/dports/mail/mailx/mail-2.2.8/
H A Dsend.c263 head.h_bcc = bcc;
285 head.h_bcc = NIL;
336 to = cat(hp->h_bcc, cat(hp->h_to, hp->h_cc));
344 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc)));
421 hp->h_bcc = NIL;
434 hp->h_bcc =
435 cat(hp->h_bcc, nalloc(np->n_name, np->n_type));
469 hp->h_bcc = cat(hp->h_bcc, extract(cp, GBCC));
471 hp->h_bcc = usermap(hp->h_bcc);
626 if (hp->h_bcc != NIL && w & GBCC)
[all …]
H A Dtty.c125 if (!ttyset && hp->h_bcc != NIL)
128 hp->h_bcc =
129 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC);
H A Dcollect.c152 hp->h_bcc = NIL;
307 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC));
822 hp->h_bcc = NIL;
H A Ddef.h181 struct name *h_bcc; /* Blind carbon copies */ member
H A Dcmd3.c253 head.h_bcc = NIL;
624 head.h_bcc = NIL;
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dsendout.c131 hp->h_bcc = NULL; in fixhead()
142 hp->h_bcc = in fixhead()
143 cat(hp->h_bcc, nalloc(np->n_fullname, in fixhead()
733 head.h_bcc = bcc; in mail()
973 hp->h_bcc = cat(hp->h_bcc, in mail1()
1023 if ((to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc)))) == NULL) { in mail1()
1177 if (hp->h_bcc != NULL && w & GBCC) { \
1178 if (fmt("Bcc:", hp->h_bcc, fo, \
H A Dhead.c308 hq->h_bcc = checkaddrs(cat(hq->h_bcc, in extract_header()
357 hp->h_bcc = hq->h_bcc; in extract_header()
H A Dtty.c319 hp->h_bcc = grabaddrs("Bcc: ", hp->h_bcc, comma, GBCC|GFULL); in grabh()
H A Dcollect.c169 if (hp->h_bcc) in print_collf()
521 if (hp->h_bcc == NULL && value("askbcc")) in collect()
774 hp->h_bcc = checkaddrs(cat(hp->h_bcc, in collect()
H A Ddef.h420 struct name *h_bcc; /* Blind carbon copies */ member
H A Dmime.c341 if (w & GBCC && name_highbit(hp->h_bcc)) in need_hdrconv()
/dports/chinese/bitchx/bitchx-1.2.1/dll/possum/
H A Ddef.h177 struct name *h_bcc; /* Blind carbon copies */ member
/dports/irc/bitchx/bitchx-1.2.1/dll/possum/
H A Ddef.h177 struct name *h_bcc; /* Blind carbon copies */ member
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dheader.c1449 hq->h_bcc = hp->h_bcc; in n_header_extract()
1494 hq->h_bcc = cat(hq->h_bcc, checkaddrs(lextract(val, GBCC | GFULL | in n_header_extract()
1618 hp->h_bcc = hq->h_bcc; in n_header_extract()
3282 hp->h_bcc = grab_names(gif, "Bcc: ", hp->h_bcc, comma, GBCC | GFULL); in grab_headers()
H A Dcollect.c1167 if((val = detract(hp->h_bcc, GNAMEONLY)) == NULL) in n_temporary_compose_hook_varset()
1760 hp->h_bcc = cat(hp->h_bcc, np); in n_collect()
2210 hp->h_bcc = cat(hp->h_bcc, checkaddrs(lextract(cp, GBCC | in n_collect()
H A Dnames.c833 tolist = cat(hp->h_to, cat(hp->h_cc, cat(hp->h_bcc, hp->h_fcc))); in n_namelist_vaporise_head()
834 hp->h_to = hp->h_cc = hp->h_bcc = hp->h_fcc = NULL; in n_namelist_vaporise_head()
862 case GBCC: npp = &hp->h_bcc; break; in n_namelist_vaporise_head()
H A Dsendout.c1363 if((resent || (sbp->sb_hp != NIL && sbp->sb_hp->h_bcc != NIL)) && in a_sendout_transfer()
2153 if((head.h_bcc = bcc) != NULL){ in n_mail()
2155 head.h_bcc = bcc = a_sendout_fullnames_cleanup(bcc); in n_mail()
2475 if ((w & GBCC) && (hp->h_bcc != NULL || nosend_msg == TRUM1)) {\ in n_puthead()
2476 if (!a_sendout_put_addrline("Bcc:", hp->h_bcc, fo, saf))\ in n_puthead()
2901 ASSERT(hp->h_bcc == NIL); in n_resend_msg()
H A Dcmd-resend.c403 xnpp = &hp->h_bcc; in a_crese_rt_swap_in()
404 else if(xnpp == &hp->h_bcc) in a_crese_rt_swap_in()
H A Dmime.c996 if (_name_highbit(hp->h_bcc)) in need_hdrconv()
H A Ddig-msg.c338 a_X("Bcc", h_bcc, ntype = GBCC|GFULL su_COMMA eacm = EACM_NORMAL); in a_dmsg__header()
/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Dnail.h1446 struct mx_name *h_bcc; /* Blind carbon copies */ member