HomeSort by: relevance | last modified time | path
    Searched defs:h_link (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/lpr/pac/
pac.c 85 struct hent *h_link; /* Forward hash link */ member in struct:hent
265 hp = hp->h_link;
310 hp = hp->h_link;
351 hp->h_link = hashtab[h];
368 for (hp = hashtab[h]; hp != NULL; hp = hp->h_link)
  /src/usr.bin/xlint/lint2/
lint2.h 177 struct hte *h_link; /* next hte with same hash function */ member in struct:hte

Completed in 11 milliseconds