Home
last modified time | relevance | path

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

/original-bsd/usr.bin/mail/
H A Dsend.c234 head.h_to = to;
254 head.h_to = extract(str, GTO);
302 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc)));
376 hp->h_to = NIL;
381 hp->h_to =
382 cat(hp->h_to, nalloc(np->n_name, np->n_type));
452 if (hp->h_to != NIL && w & GTO)
453 fmt("To:", hp->h_to, fo, w&GCOMMA), gotcha++;
H A Dtty.c86 if (!ttyset && hp->h_to != NIL)
89 hp->h_to =
90 extract(readtty("To: ", detract(hp->h_to, 0)), GTO);
H A Dcmd3.c214 head.h_to = np;
577 head.h_to = NIL;
584 head.h_to = cat(head.h_to, extract(cp, GTO));
586 if (head.h_to == NIL)
H A Ddef.h145 struct name *h_to; /* Dynamic "To:" string */ member
H A Dcollect.c205 hp->h_to = cat(hp->h_to, extract(&linebuf[2], GTO));