Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/mail/
HDsend.c254 head.h_cc = cc; in mail()
275 head.h_cc = NULL; in sendmail()
329 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc))); in mail1()
431 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()
514 if (hp->h_cc != NULL && w & GCC) in puthead()
515 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++; in puthead()
HDtty.c126 if (!ttyset && hp->h_cc != NULL) in grabh()
129 hp->h_cc = in grabh()
130 extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC); in grabh()
HDcmd3.c250 head.h_cc = np; in dorespond()
252 head.h_cc = NULL; in dorespond()
612 head.h_cc = NULL; in doRespond()
HDdef.h174 struct name *h_cc; /* Carbon copies string */ member
HDcollect.c268 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC)); in collect()