Home
last modified time | relevance | path

Searched refs:h_cc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c140 hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc)); in grabh()
141 if (hp->h_cc != NOSTR) in grabh()
514 if (!ttyset && hp->h_cc != NOSTR) in grabh()
517 hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc)); in grabh()
518 if (hp->h_cc != NOSTR) in grabh()
H A Dsend.c306 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in mail()
339 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in tmail()
359 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in sendmail()
380 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in Sendmail()
454 extract(hp->h_cc, GCC))); in mail1()
463 hp->h_cc = detract(to, GCC); in mail1()
666 if (hp->h_cc != NOSTR && (w & GCC)) in puthead()
667 fprintf(fo, "Cc: "), fmt(hp->h_cc, fo), gotcha++; in puthead()
H A Dcollect.c171 if (hp->h_cc == NOSTR) { in collect()
172 hp->h_cc = cflag; in collect()
186 if (hp->h_cc == NOSTR && value("askcc")) in collect()
316 hp->h_cc = addto(hp->h_cc, hcontents(linebuf)); in collect()
471 hp->h_cc = addto(hp->h_cc, &linebuf[2]); in collect()
928 occ = hp->h_cc; in mesedit()
931 hp->h_to = hp->h_subject = hp->h_cc = hp->h_bcc = hp->h_defopt = NOSTR; in mesedit()
940 hp->h_cc = addto(hp->h_cc, hcontents(hdr)); in mesedit()
953 hp->h_cc = occ; in mesedit()
H A Dcmd3.c361 head.h_cc = NOSTR; in resp1()
375 head.h_cc = detract(np, 0); in resp1()
958 head.h_cc = NOSTR; in Resp1()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h239 char *h_cc; /* Carbon copies string */ member