Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mail/
Dsend.c289 head.h_cc = cc; in mail()
309 head.h_cc = NULL; in sendmail()
350 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc))); in mail1()
446 hp->h_cc = NULL; in fixhead()
453 hp->h_cc = in fixhead()
454 cat(hp->h_cc, nalloc(np->n_name, np->n_type)); in fixhead()
528 if (hp->h_cc != NULL && w & GCC) in puthead()
529 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++; in puthead()
Dcmd3.c238 head.h_cc = np; in _respond()
240 head.h_cc = NULL; in _respond()
621 head.h_cc = NULL; in _Respond()
Ddef.h176 struct name *h_cc; /* Carbon copies string */ member
Dcollect.c232 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC)); in collect()
Dtty.c136 s = readtty("Cc: ", detract(hp->h_cc, 0)); in grabh()
139 hp->h_cc = extract(s, GCC); in grabh()