Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c305 head.h_to = buf; in mail()
338 head.h_to = NOSTR; in tmail()
356 head.h_to = NOSTR; in sendmail()
358 head.h_to = addto(NOSTR, str); in sendmail()
377 head.h_to = NOSTR; in Sendmail()
379 head.h_to = addto(NOSTR, str); in Sendmail()
441 orig_to = strcpy((char *)salloc(strlen(hp->h_to)+1), hp->h_to); in mail1()
453 cat(extract(hp->h_to, GTO), in mail1()
462 hp->h_to = detract(to, GTO); in mail1()
658 if (hp->h_to != NOSTR && (w & GTO)) in puthead()
[all …]
H A Dtty.c130 hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to)); in grabh()
131 if (hp->h_to != NOSTR) in grabh()
496 if (!ttyset && hp->h_to != NOSTR) in grabh()
499 hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to)); in grabh()
500 if (hp->h_to != NOSTR) in grabh()
H A Dcollect.c182 if (hp->h_to == NOSTR) in collect()
311 hp->h_to = addto(hp->h_to, hcontents(linebuf)); in collect()
450 hp->h_to = addto(hp->h_to, &linebuf[2]); in collect()
927 oto = hp->h_to; in mesedit()
931 hp->h_to = hp->h_subject = hp->h_cc = hp->h_bcc = hp->h_defopt = NOSTR; in mesedit()
936 hp->h_to = addto(hp->h_to, hcontents(hdr)); in mesedit()
952 hp->h_to = oto; in mesedit()
H A Dcmd3.c356 head.h_to = cp; in resp1()
942 head.h_to = cp; in Resp1()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h237 char *h_to; /* Dynamic "To:" string */ member