Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dsend.c248 head.h_cc = cc; in mail()
269 head.h_cc = NULL; in sendmail()
323 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc))); in mail1()
425 hp->h_cc = NULL; in fixhead()
435 hp->h_cc = in fixhead()
436 cat(hp->h_cc, nalloc(np->n_name, np->n_type)); in fixhead()
508 if (hp->h_cc != NULL && w & GCC) in puthead()
509 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++; in puthead()
H A Dtty.c120 if (!ttyset && hp->h_cc != NULL) in grabh()
123 hp->h_cc = in grabh()
124 extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC); in grabh()
H A Dcmd3.c244 head.h_cc = np; in dorespond()
246 head.h_cc = NULL; in dorespond()
608 head.h_cc = NULL; in doRespond()
H A Ddef.h172 struct name *h_cc; /* Carbon copies string */ member
H A Dcollect.c262 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC)); in collect()