Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Doptim.c388 char *xh_name; /* Name of machine */ member
409 xp->xh_name = NOSTR; in minit()
435 if (xp->xh_name == NOSTR) { in mstash()
441 xp->xh_name = savestr(name); in mstash()
475 if (xp->xh_name == NOSTR) in xlocate()
477 if (strcmp(cp, xp->xh_name) == 0) in xlocate()
482 if (xp->xh_name == NOSTR) in xlocate()
484 if (strcmp(cp, xp->xh_name) == 0) in xlocate()
508 return(xtab[m]->xh_name); in mlook()