Searched refs:h_ent (Results 1 – 2 of 2) sorted by relevance
68 int h_ent; /* Last entry point for history */ in TYPE() local580 h->h_ent = -1; in TYPE()713 h->h_ent = -1; in history_set_fun()972 h->h_ent = ev->num; in FUNW()977 if ((retval = HSET(h, ev, h->h_ent)) != -1) in FUNW()1043 h->h_ent = -1; in FUNW()
785 struct hostent *h_ent; in resolve_address() local817 if ((h_ent = gethostbyaddr(addr, len, af)) != NULL) in resolve_address()818 n->name = strdup(h_ent->h_name); in resolve_address()