Searched refs:h_to (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dcmd3.c342 head.h_to = np;
381 head.h_to = NULL;
388 head.h_to = cat(head.h_to, extract(cp, GTO));
390 if (head.h_to == NULL)
429 forward_one(int msgno, struct name *h_to) argument
448 hdr.h_to = h_to;
476 if (hdr.h_to == NULL) {
482 if ((e = forward_one(*ip, hdr.h_to)) !
490 bounce_one(int msgno, const char **smargs, struct name *h_to) argument
[all...]
H A Dsend.c343 hp->h_to = NULL;
350 hp->h_to =
351 cat(hp->h_to, nalloc(np->n_name, np->n_type));
448 if (hp->h_to != NULL && w & GTO)
449 fmt("To:", hp->h_to, fo, w & GCOMMA), gotcha++;
725 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc)));
783 head.h_to = to;
808 head.h_to = extract(str, GTO);
H A Dtty.c325 hp->h_to =
326 extract(readtty("To: ", detract(hp->h_to, 0)), GTO);
H A Dcollect.c548 hp->h_to = cat(hp->h_to, extract(&linebuf[2], GTO));
H A Ddef.h324 struct name *h_to; /* Dynamic "To:" string */ member in struct:header
H A Dmime_attach.c116 show_name("TO", hp->h_to);

Completed in 270 milliseconds