Home
last modified time | relevance | path

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

/dragonfly/usr.bin/mail/
H A Dsend.c249 head.h_cc = cc; in mail()
270 head.h_cc = NULL; in sendmail()
324 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc))); in mail1()
426 hp->h_cc = NULL; in fixhead()
436 hp->h_cc = in fixhead()
437 cat(hp->h_cc, nalloc(np->n_name, np->n_type)); in fixhead()
507 if (hp->h_cc != NULL && w & GCC) in puthead()
508 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++; in puthead()
H A Dtty.c90 hp->h_cc = in grabh()
91 extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC); in grabh()
H A Dcmd3.c242 head.h_cc = np; in dorespond()
244 head.h_cc = NULL; in dorespond()
595 head.h_cc = NULL; in doRespond()
H A Ddef.h175 struct name *h_cc; /* Carbon copies string */ member
H A Dcollect.c264 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC)); in collect()