Searched refs:h_cc (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.bin/mail/ |
| D | send.c | 289 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()
|
| D | cmd3.c | 238 head.h_cc = np; in _respond() 240 head.h_cc = NULL; in _respond() 621 head.h_cc = NULL; in _Respond()
|
| D | def.h | 176 struct name *h_cc; /* Carbon copies string */ member
|
| D | collect.c | 232 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC)); in collect()
|
| D | tty.c | 136 s = readtty("Cc: ", detract(hp->h_cc, 0)); in grabh() 139 hp->h_cc = extract(s, GCC); in grabh()
|