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