Searched refs:addto (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/mailx/ |
H A D | tty.c | 132 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 D | collect.c | 311 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 D | receipt.c | 68 || icsubstr(hfield(">to", mp, addto), "/receipt")) { in receipt()
|
H A D | cmd3.c | 324 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 D | aux.c | 602 if (value("from") && (cp = hfield("from", mp, addto)) != NOSTR) in nameof() 654 if (cp2 = hfield("from", mp, addto)) in nameof()
|
H A D | send.c | 357 head.h_to = addto(NOSTR, str); in sendmail() 378 head.h_to = addto(NOSTR, str); in Sendmail()
|
H A D | cmd1.c | 291 (cp = hfield("to", mp, addto))) { in printhead()
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_vget.c | 337 addto(INS, cp); in addtext() 362 addto(BUF, cursor); in setBUF() 367 addto(unsigned char *buf, unsigned char *str) in addto() function
|
H A D | ex.h | 548 void addto(unsigned char *, unsigned char *);
|
/titanic_44/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 435 extern char *addto(char hf[], char news[]);
|