Home
last modified time | relevance | path

Searched refs:addto (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/cmd/mailx/
H A Dtty.c132 hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to)); in grabh()
142 hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc)); in grabh()
147 hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc)); in grabh()
501 hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to)); in grabh()
519 hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc)); in grabh()
528 hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc)); in grabh()
H A Dcollect.c311 hp->h_to = addto(hp->h_to, hcontents(linebuf)); in collect()
316 hp->h_cc = addto(hp->h_cc, hcontents(linebuf)); in collect()
319 addto(hp->h_bcc, hcontents(linebuf)); in collect()
450 hp->h_to = addto(hp->h_to, &linebuf[2]); in collect()
471 hp->h_cc = addto(hp->h_cc, &linebuf[2]); in collect()
479 hp->h_bcc = addto(hp->h_bcc, &linebuf[2]); in collect()
936 hp->h_to = addto(hp->h_to, hcontents(hdr)); in mesedit()
940 hp->h_cc = addto(hp->h_cc, hcontents(hdr)); in mesedit()
942 hp->h_bcc = addto(hp->h_bcc, hcontents(hdr)); in mesedit()
1255 addto(char hf[], char news[]) in addto() function
H A Dreceipt.c68 || icsubstr(hfield(">to", mp, addto), "/receipt")) { in receipt()
H A Dcmd3.c324 cp = skin(hfield("to", mp, addto)); in resp1()
364 cp = skin(hfield("cc", mp, addto)); in resp1()
1101 if ((rf = skin(hfield("from", mp, addto)))==NOSTR) in replyto()
1102 rf = skin(addto(NOSTR, nameof(mp))); in replyto()
1103 if ((r = skin(hfield("reply-to", mp, addto)))==NOSTR) in replyto()
H A Daux.c602 if (value("from") && (cp = hfield("from", mp, addto)) != NOSTR) in nameof()
654 if (cp2 = hfield("from", mp, addto)) in nameof()
H A Dsend.c357 head.h_to = addto(NOSTR, str); in sendmail()
378 head.h_to = addto(NOSTR, str); in Sendmail()
H A Dcmd1.c291 (cp = hfield("to", mp, addto))) { in printhead()
/titanic_44/usr/src/cmd/vi/port/
H A Dex_vget.c337 addto(INS, cp); in addtext()
362 addto(BUF, cursor); in setBUF()
367 addto(unsigned char *buf, unsigned char *str) in addto() function
H A Dex.h548 void addto(unsigned char *, unsigned char *);
/titanic_44/usr/src/cmd/mailx/hdr/
H A Ddef.h435 extern char *addto(char hf[], char news[]);