Symbol: addto
usr/src/cmd/mailx/cmd1.c
291
(cp = hfield("to", mp, addto))) {
usr/src/cmd/mailx/cmd3.c
1099
if ((rf = skin(hfield("from", mp, addto)))==NOSTR)
usr/src/cmd/mailx/cmd3.c
1100
rf = skin(addto(NOSTR, nameof(mp)));
usr/src/cmd/mailx/cmd3.c
1101
if ((r = skin(hfield("reply-to", mp, addto)))==NOSTR)
usr/src/cmd/mailx/cmd3.c
322
cp = skin(hfield("to", mp, addto));
usr/src/cmd/mailx/cmd3.c
362
cp = skin(hfield("cc", mp, addto));
usr/src/cmd/mailx/collect.c
311
hp->h_to = addto(hp->h_to, hcontents(linebuf));
usr/src/cmd/mailx/collect.c
316
hp->h_cc = addto(hp->h_cc, hcontents(linebuf));
usr/src/cmd/mailx/collect.c
319
addto(hp->h_bcc, hcontents(linebuf));
usr/src/cmd/mailx/collect.c
450
hp->h_to = addto(hp->h_to, &linebuf[2]);
usr/src/cmd/mailx/collect.c
471
hp->h_cc = addto(hp->h_cc, &linebuf[2]);
usr/src/cmd/mailx/collect.c
479
hp->h_bcc = addto(hp->h_bcc, &linebuf[2]);
usr/src/cmd/mailx/collect.c
936
hp->h_to = addto(hp->h_to, hcontents(hdr));
usr/src/cmd/mailx/collect.c
940
hp->h_cc = addto(hp->h_cc, hcontents(hdr));
usr/src/cmd/mailx/collect.c
942
hp->h_bcc = addto(hp->h_bcc, hcontents(hdr));
usr/src/cmd/mailx/hdr/def.h
436
extern char *addto(char hf[], char news[]);
usr/src/cmd/mailx/receipt.c
68
|| icsubstr(hfield(">to", mp, addto), "/receipt")) {
usr/src/cmd/mailx/send.c
358
head.h_to = addto(NOSTR, str);
usr/src/cmd/mailx/send.c
379
head.h_to = addto(NOSTR, str);
usr/src/cmd/mailx/tty.c
130
hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to));
usr/src/cmd/mailx/tty.c
140
hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc));
usr/src/cmd/mailx/tty.c
145
hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc));
usr/src/cmd/mailx/tty.c
499
hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to));
usr/src/cmd/mailx/tty.c
517
hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc));
usr/src/cmd/mailx/tty.c
526
hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc));
usr/src/cmd/mailx/util.c
600
if (value("from") && (cp = hfield("from", mp, addto)) != NOSTR)
usr/src/cmd/mailx/util.c
652
if (cp2 = hfield("from", mp, addto))
usr/src/cmd/vi/port/ex.h
548
void addto(unsigned char *, unsigned char *);
usr/src/cmd/vi/port/ex_vget.c
337
addto(INS, cp);
usr/src/cmd/vi/port/ex_vget.c
362
addto(BUF, cursor);
usr/src/uts/common/fs/zfs/range_tree.c
805
range_tree_t *removefrom, range_tree_t *addto)
usr/src/uts/common/fs/zfs/range_tree.c
827
range_tree_add(addto, start, end - start);
usr/src/uts/common/fs/zfs/range_tree.c
843
range_tree_add(addto, start, overlap_start - start);
usr/src/uts/common/fs/zfs/range_tree.c
868
range_tree_add(addto, start, end - start);
usr/src/uts/common/fs/zfs/range_tree.c
880
range_tree_t *addto)
usr/src/uts/common/fs/zfs/range_tree.c
886
rs_get_end(rs, rt), removefrom, addto);
usr/src/uts/common/fs/zfs/sys/range_tree.h
315
range_tree_t *removefrom, range_tree_t *addto);
usr/src/uts/common/fs/zfs/sys/range_tree.h
317
range_tree_t *addto);