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

/freebsd-9.3-release/usr.bin/mail/
H A Dsend.c254 head.h_cc = cc;
275 head.h_cc = NULL;
329 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc)));
431 hp->h_cc = NULL;
441 hp->h_cc =
442 cat(hp->h_cc, nalloc(np->n_name, np->n_type));
514 if (hp->h_cc != NULL && w & GCC)
515 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++;
H A Dtty.c126 if (!ttyset && hp->h_cc != NULL)
129 hp->h_cc =
130 extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC);
H A Ddef.h174 struct name *h_cc; /* Carbon copies string */ member in struct:header
H A Dcmd3.c247 head.h_cc = np;
249 head.h_cc = NULL;
601 head.h_cc = NULL;
H A Dcollect.c269 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC));

Completed in 61 milliseconds