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

/freebsd-9.3-release/usr.bin/mail/
H A Dsend.c252 head.h_to = to;
273 head.h_to = extract(str, GTO);
329 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc)));
354 bcopy(hp->h_to, nsto, sizeof(struct name));
430 hp->h_to = NULL;
438 hp->h_to =
439 cat(hp->h_to, nalloc(np->n_name, np->n_type));
510 if (hp->h_to != NULL && w & GTO)
511 fmt("To:", hp->h_to, fo, w&GCOMMA), gotcha++;
H A Dtty.c111 if (!ttyset && hp->h_to != NULL)
114 hp->h_to =
115 extract(readtty("To: ", detract(hp->h_to, 0)), GTO);
H A Dcmd3.c237 head.h_to = np;
585 head.h_to = NULL;
592 head.h_to = cat(head.h_to, extract(cp, GTO));
595 if (head.h_to == NULL)
H A Ddef.h176 struct name *h_to; /* Dynamic "To:" string */ member in struct:header
H A Dcollect.c245 hp->h_to = cat(hp->h_to, extract(&linebuf[2], GTO));

Completed in 82 milliseconds