Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c130 hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to)); in grabh()
140 hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc)); in grabh()
145 hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc)); in grabh()
499 hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to)); in grabh()
517 hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc)); in grabh()
526 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 Dcmd3.c322 cp = skin(hfield("to", mp, addto)); in resp1()
362 cp = skin(hfield("cc", mp, addto)); in resp1()
1099 if ((rf = skin(hfield("from", mp, addto)))==NOSTR) in replyto()
1100 rf = skin(addto(NOSTR, nameof(mp))); in replyto()
1101 if ((r = skin(hfield("reply-to", mp, addto)))==NOSTR) in replyto()
H A Dreceipt.c68 || icsubstr(hfield(">to", mp, addto), "/receipt")) { in receipt()
H A Dutil.c600 if (value("from") && (cp = hfield("from", mp, addto)) != NOSTR) in nameof()
652 if (cp2 = hfield("from", mp, addto)) in nameof()
H A Dsend.c358 head.h_to = addto(NOSTR, str); in sendmail()
379 head.h_to = addto(NOSTR, str); in Sendmail()
H A Dcmd1.c291 (cp = hfield("to", mp, addto))) { in printhead()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drange_tree.c805 range_tree_t *removefrom, range_tree_t *addto) in range_tree_remove_xor_add_segment() argument
827 range_tree_add(addto, start, end - start); in range_tree_remove_xor_add_segment()
843 range_tree_add(addto, start, overlap_start - start); in range_tree_remove_xor_add_segment()
868 range_tree_add(addto, start, end - start); in range_tree_remove_xor_add_segment()
880 range_tree_t *addto) in range_tree_remove_xor_add() argument
886 rs_get_end(rs, rt), removefrom, addto); in range_tree_remove_xor_add()
/illumos-gate/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 *);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drange_tree.h315 range_tree_t *removefrom, range_tree_t *addto);
317 range_tree_t *addto);
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h436 extern char *addto(char hf[], char news[]);