Searched refs:h_cc (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.bin/mail/ |
| D | send.c | 296 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()
|
| D | tty.c | 136 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()
|
| D | cmd3.c | 248 head.h_cc = np; 250 head.h_cc = NULL; 633 head.h_cc = NULL; in _Respond()
|
| D | def.h | 176 struct name *h_cc; /* Carbon copies string */ member
|
| D | collect.c | 241 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC)); in collect()
|