Lines Matching defs:addto
311 hp->h_to = addto(hp->h_to, hcontents(linebuf));
316 hp->h_cc = addto(hp->h_cc, hcontents(linebuf));
319 addto(hp->h_bcc, hcontents(linebuf));
450 hp->h_to = addto(hp->h_to, &linebuf[2]);
471 hp->h_cc = addto(hp->h_cc, &linebuf[2]);
479 hp->h_bcc = addto(hp->h_bcc, &linebuf[2]);
936 hp->h_to = addto(hp->h_to, hcontents(hdr));
940 hp->h_cc = addto(hp->h_cc, hcontents(hdr));
942 hp->h_bcc = addto(hp->h_bcc, hcontents(hdr));
1255 addto(char hf[], char news[])