HomeSort by: relevance | last modified time | path
    Searched refs:h_cc (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/mail/
send.c 344 hp->h_cc = NULL;
353 hp->h_cc =
354 cat(hp->h_cc, nalloc(np->n_name, np->n_type));
452 if (hp->h_cc != NULL && w & GCC)
453 fmt("Cc:", hp->h_cc, fo, w & GCOMMA), gotcha++;
724 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc)));
784 head.h_cc = cc;
tty.c 332 hp->h_cc =
333 extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC);
collect.c 567 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC));
def.h 326 struct name *h_cc; /* Carbon copies string */ member in struct:header
cmd3.c 352 head.h_cc = np;
354 head.h_cc = NULL;
396 head.h_cc = NULL;
mime_attach.c 118 show_name("CC", hp->h_cc);

Completed in 16 milliseconds