Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c385 char *xh_name; /* Name of machine */ member
406 xp->xh_name = NOSTR; in minit()
432 if (xp->xh_name == NOSTR) { in mstash()
438 xp->xh_name = savestr(name); in mstash()
472 if (xp->xh_name == NOSTR) in xlocate()
474 if (strcmp(cp, xp->xh_name) == 0) in xlocate()
479 if (xp->xh_name == NOSTR) in xlocate()
481 if (strcmp(cp, xp->xh_name) == 0) in xlocate()
505 return(xtab[m]->xh_name); in mlook()