Searched refs:h_cc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/usr.bin/mail/ |
| HD | send.c | 254 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()
|
| HD | tty.c | 126 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()
|
| HD | cmd3.c | 250 head.h_cc = np; in dorespond() 252 head.h_cc = NULL; in dorespond() 612 head.h_cc = NULL; in doRespond()
|
| HD | def.h | 174 struct name *h_cc; /* Carbon copies string */ member
|
| HD | collect.c | 268 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC)); in collect()
|