Searched refs:h_ent (Results 1 - 2 of 2) sorted by relevance

/external/libedit/src/
H A Dhistory.c68 int h_ent; /* Last entry point for history */ local
580 h->h_ent = -1;
713 h->h_ent = -1;
972 h->h_ent = ev->num;
977 if ((retval = HSET(h, ev, h->h_ent)) != -1)
1043 h->h_ent = -1;
/external/iproute2/lib/
H A Dutils.c558 struct hostent *h_ent; local
590 if ((h_ent = gethostbyaddr(addr, len, af)) != NULL)
591 n->name = strdup(h_ent->h_name);

Completed in 88 milliseconds