Searched refs:orig_to (Results 1 – 2 of 2) sorted by relevance
402 mail1(struct header *hp, int use_to, char *orig_to) in mail1() argument439 if (use_to && orig_to == NOSTR && hp->h_to != NOSTR) in mail1()440 orig_to = strcpy((char *)salloc(strlen(hp->h_to)+1), hp->h_to); in mail1()441 else if (orig_to == NOSTR) in mail1()442 orig_to = ""; in mail1()493 getrecf(orig_to, recfile, use_to, sizeof (recfile)); in mail1()
519 extern void mail1(struct header *hp, int use_to, char *orig_to);