HomeSort by relevance Sort by last modified time
    Searched refs:h_ent (Results 1 - 2 of 2) sorted by null

  /external/libedit/src/
history.c 68 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/
utils.c 785 struct hostent *h_ent; local
817 if ((h_ent = gethostbyaddr(addr, len, af)) != NULL)
818 n->name = strdup(h_ent->h_name);

Completed in 205 milliseconds