Searched refs:h_to (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/mailx/ |
H A D | send.c | 304 head.h_to = buf; in mail() 337 head.h_to = NOSTR; in tmail() 355 head.h_to = NOSTR; in sendmail() 357 head.h_to = addto(NOSTR, str); in sendmail() 376 head.h_to = NOSTR; in Sendmail() 378 head.h_to = addto(NOSTR, str); in Sendmail() 439 if (use_to && orig_to == NOSTR && hp->h_to != NOSTR) in mail1() 440 orig_to = strcpy((char *)salloc(strlen(hp->h_to)+1), hp->h_to); in mail1() 452 cat(extract(hp->h_to, GTO), in mail1() 461 hp->h_to = detract(to, GTO); in mail1() [all …]
|
H A D | tty.c | 132 hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to)); in grabh() 133 if (hp->h_to != NOSTR) in grabh() 498 if (!ttyset && hp->h_to != NOSTR) in grabh() 501 hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to)); in grabh() 502 if (hp->h_to != NOSTR) in grabh()
|
H A D | collect.c | 182 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 D | cmd3.c | 358 head.h_to = cp; in resp1() 944 head.h_to = cp; in Resp1()
|
/titanic_41/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 236 char *h_to; /* Dynamic "To:" string */ member
|