Searched refs:nexthsh (Results 1 – 2 of 2) sorted by relevance
180 static struct hshentry *nexthsh; /*pointer to next hash entry, set by lookup*/ variable246 for (p = &hshtab[ihash]; ; p = &n->nexthsh)251 n->nexthsh = 0;259 nexthsh = n;513 num=nexthsh; in getnum()1537 VOID printf("NUM: %s, index: %d",nexthsh->num, nexthsh-hshtab);
365 struct hshentry * nexthsh; /* next revision with same hash value */ member