Home
last modified time | relevance | path

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

/external/libedit/src/
Dhistory.c68 int h_ent; /* Last entry point for history */ in TYPE() local
580 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()
/external/iproute2/lib/
Dutils.c785 struct hostent *h_ent; in resolve_address() local
817 if ((h_ent = gethostbyaddr(addr, len, af)) != NULL) in resolve_address()
818 n->name = strdup(h_ent->h_name); in resolve_address()