Home
last modified time | relevance | path

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

/openbsd/usr.bin/mail/
H A Dsend.c286 head.h_to = to; in mail()
306 head.h_to = extract(str, GTO); in sendmail()
350 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc))); in mail1()
445 hp->h_to = NULL; in fixhead()
450 hp->h_to = in fixhead()
451 cat(hp->h_to, nalloc(np->n_name, np->n_type)); in fixhead()
524 if (hp->h_to != NULL && w & GTO) in puthead()
525 fmt("To:", hp->h_to, fo, w&GCOMMA), gotcha++; in puthead()
H A Dcmd3.c227 head.h_to = np; in _respond()
605 head.h_to = NULL; in _Respond()
612 head.h_to = cat(head.h_to, extract(cp, GTO)); in _Respond()
614 if (head.h_to == NULL) in _Respond()
H A Ddef.h173 struct name *h_to; /* Dynamic "To:" string */ member
H A Dcollect.c217 hp->h_to = cat(hp->h_to, extract(&linebuf[2], GTO)); in collect()
H A Dtty.c124 s = readtty("To: ", detract(hp->h_to, 0)); in grabh()
127 hp->h_to = extract(s, GTO); in grabh()