Home
last modified time | relevance | path

Searched refs:usermap (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h614 extern struct name *usermap(struct name *names);
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c410 usermap(struct name *names) in usermap() function
H A Dsend.c455 to = translate(outpre(elide(usermap(to)))); in mail1()