Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dhostname.c75 for (np = netmach; np->nt_machine != 0; np++) in inithost()
76 if (strcmp(np->nt_machine, EMPTY) == 0) in inithost()
78 if (np->nt_machine == 0) { in inithost()
83 np->nt_machine = host; in inithost()
85 np->nt_machine = domain; in inithost()
H A Doptim.c255 if (strcmp(np->nt_machine, nbuf) == 0) in netlook()
279 return(np->nt_machine); in netname()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dconfigdefs.h67 char *nt_machine; member