Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/mail/
Dsend.c296 head.h_cc = cc; in mail()
316 head.h_cc = NULL; in sendmail()
354 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc))); in mail1()
434 hp->h_cc = NULL; in fixhead()
441 hp->h_cc = in fixhead()
442 cat(hp->h_cc, nalloc(np->n_name, np->n_type)); in fixhead()
512 if (hp->h_cc != NULL && w & GCC) in puthead()
513 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++; in puthead()
Dtty.c136 if (!ttyset && hp->h_cc != NULL) in grabh()
139 s = readtty("Cc: ", detract(hp->h_cc, 0)); in grabh()
142 hp->h_cc = extract(s, GCC); in grabh()
Dcmd3.c248 head.h_cc = np;
250 head.h_cc = NULL;
633 head.h_cc = NULL; in _Respond()
Ddef.h176 struct name *h_cc; /* Carbon copies string */ member
Dcollect.c241 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC)); in collect()