Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mailx/
H A Dtty.c137 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
138 if (hp->h_subject != NOSTR) in grabh()
152 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
153 if (hp->h_subject != NOSTR) in grabh()
507 if (!ttyset && hp->h_subject != NOSTR) in grabh()
510 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
511 if (hp->h_subject != NOSTR) in grabh()
534 if (!ttyset && hp->h_subject != NOSTR) in grabh()
537 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
538 if (hp->h_subject != NOSTR) in grabh()
H A Dsend.c305 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in mail()
338 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in tmail()
358 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in sendmail()
379 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR; in Sendmail()
423 if (hp->h_subject == NOSTR) in mail1()
424 hp->h_subject = sflag; in mail1()
425 if (fsize(mtf) == 0 && hp->h_subject == NOSTR) { in mail1()
660 if (hp->h_subject != NOSTR && *hp->h_subject) in puthead()
661 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++; in puthead()
676 if (hp->h_subject != NOSTR && *hp->h_subject) in puthead()
[all …]
H A Dcollect.c167 if (hp->h_subject == NOSTR) { in collect()
168 hp->h_subject = sflag; in collect()
184 if (hp->h_subject == NOSTR && value("asksub")) in collect()
313 hp->h_subject = in collect()
314 addone(hp->h_subject, hcontents(linebuf)); in collect()
462 hp->h_subject = savestr(cp); in collect()
926 osubject = hp->h_subject; in mesedit()
931 hp->h_to = hp->h_subject = hp->h_cc = hp->h_bcc = hp->h_defopt = NOSTR; in mesedit()
938 hp->h_subject = addone(hp->h_subject, hcontents(hdr)); in mesedit()
951 hp->h_subject = osubject; in mesedit()
H A Dcmd3.c359 head.h_subject = hfield("subject", mp, addone); in resp1()
360 if (head.h_subject == NOSTR) in resp1()
361 head.h_subject = hfield("subj", mp, addone); in resp1()
362 head.h_subject = reedit(head.h_subject); in resp1()
957 head.h_subject = reedit(subject); in Resp1()
/titanic_44/usr/src/cmd/mailx/hdr/
H A Ddef.h237 char *h_subject; /* Subject string */ member