Home
last modified time | relevance | path

Searched refs:use_to (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c403 mail1(struct header *hp, int use_to, char *orig_to) in mail1() argument
440 if (use_to && orig_to == NOSTR && hp->h_to != NOSTR) in mail1()
494 getrecf(orig_to, recfile, use_to, sizeof (recfile)); in mail1()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h520 extern void mail1(struct header *hp, int use_to, char *orig_to);